Enum MethodLookup
Represents method declaration type.
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
[Serializable]
public enum MethodLookup : byte
Fields
Name | Description |
---|---|
Instance | Represents instance method. |
Static | Represents static method. |