Name | Description | |
---|---|---|
CreateMethodProp(NullableInt32) |
Creates IMethod property from NullableTInt32 value. Returns null if value parameter is null.
Throws ArgumentException exception if no MethodType is found that match the passed value.
Assign the value returned by this method to Method property.
| |
CreateMethodProp(String) | ||
CreateMethodProp(MethodType) |
Creates IMethod property from MethodType value. Returns null if value parameter is null.
Assign the value returned by this method to Method property.
|