TypeRefBase Conversion (Type to TypeRefBase) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static implicit operator TypeRefBase (
Type type
)
Parameters
- type
- Type: SystemType
The Type to be converted.
Return Value
Type:
TypeRefBaseA generated
TypeRef to the specified
Type.
Remarks This allows Types such as
typeof(int) to be passed directly to any method
expecting a
TypeRefBase type without having to create a reference first.
See Also