Enum ExecutableFunctionType
public enum ExecutableFunctionType
Fields
InstanceMethod = 0Method from class instance
PropertyGetter = 3Get method from instance property
PropertySetter = 2Set method from instance property
StaticMethod = 1Method from static class
StaticPropertyGetter = 5Get method from static property
StaticPropertySetter = 4Set method from static property