Show / Hide Table of Contents

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 Source

AsBoolean(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.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX