SymbolicRef Conversion (MethodBase to SymbolicRef) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static implicit operator SymbolicRef (
MethodBase methodBase
)
Parameters
- methodBase
- Type: System.ReflectionMethodBase
The MethodBase to be converted.
Return Value
Type:
SymbolicRefA generated
MethodRef to the specified
MethodBase.
Remarks This allows
MethodBases (
MethodInfos or
ConstructorInfos) to be passed directly
to any method expecting a
SymbolicRef type without having to create a reference first.
See Also