Class MemberSelectionResultEx
Class containing some extension methods for MemberSelectionResult.
Inheritance
System.Object
MemberSelectionResultEx
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Extend
Assembly:Extend.dll
Syntax
public static class MemberSelectionResultEx
Methods
| Improve this Doc View SourceAsBoolean(MemberSelectionResult)
Converts the given MemberSelectionResult to a boolean value indicating whether to include or not.
Declaration
public static bool ? AsBoolean(this MemberSelectionResult memberSelectionResult)
Parameters
Type | Name | Description |
---|---|---|
MemberSelectionResult | memberSelectionResult | The MemberSelectionResult to convert. |
Returns
Type | Description |
---|---|
System.Nullable<T><System.Boolean> | Returns the boolean value of the given MemberSelectionResult. |