Skip to content

Methods_T_CodeJam_Option_1_None

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

None Methods

The Option(T).None type exposes the following members.

Methods

 

Name Description
Public method Equals(Object) Indicates whether this instance and a specified object are equal. (Inherited from Option(T).)
Public method Equals(Option(T)) Indicates whether the current object is equal to another object of the same type. (Inherited from Option(T).)
Public method GetHashCode Returns the hash code for this instance. (Overrides Option(T).GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from Option(T).)
  Back to Top

Extension Methods

 

Name Description
Public Extension Method With(T, TResult)(Func(T, TResult)) Overloaded.
Converts option value to another option with selectFunc. (Defined by Option.)
Public Extension Method With(T, TResult)(Func(T, TResult), TResult) Overloaded.
Converts option value to another option with selectFunc. (Defined by Option.)
Public Extension Method With(T, TResult)(Func(T, TResult), Func(TResult)) Overloaded.
Converts option value to another option with selectFunc. (Defined by Option.)
  Back to Top

See Also

Reference

Option(T).None Class
CodeJam Namespace

Clone this wiki locally