SymbolicRef Conversion (PropertyInfo to SymbolicRef) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static implicit operator SymbolicRef (
PropertyInfo propertyInfo
)
Parameters
- propertyInfo
- Type: System.ReflectionPropertyInfo
The PropertyInfo to be converted.
Return Value
Type:
SymbolicRefA generated
PropertyRef to the specified
PropertyInfo.
Remarks This allows
PropertyInfos to be passed directly to any method expecting a
SymbolicRef type without
having to create a reference first.
See Also