Class MethodInfoSlimKind
Enum describing the kind of a method.
Inheritance
System.Object
    MethodInfoSlimKind
  Namespace: System.Reflection
Assembly: Nuqleon.Linq.Expressions.Bonsai.dll
Syntax
public sealed class MethodInfoSlimKind : Enum
  Fields
Generic
Closed generic method, consisting of a method definition and type arguments.
Declaration
public const MethodInfoSlimKind Generic
  Field Value
| Type | Description | 
|---|---|
| MethodInfoSlimKind | 
GenericDefinition
Open generic method definition.
Declaration
public const MethodInfoSlimKind GenericDefinition
  Field Value
| Type | Description | 
|---|---|
| MethodInfoSlimKind | 
Simple
Simple method, i.e. not generic.
Declaration
public const MethodInfoSlimKind Simple
  Field Value
| Type | Description | 
|---|---|
| MethodInfoSlimKind | 
value__
Declaration
public int value__
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |