'Declaration<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Narrowing CType( _ ByVal nodeDescriptor As UANodeDescriptor _ ) As UANodeId
'Usage
 
            [CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UANodeId operator explicit( UANodeDescriptor nodeDescriptor )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: UANodeId^ operator explicit( UANodeDescriptor^ nodeDescriptor )
Parameters
- nodeDescriptor
 - Node descriptor.
 
Return Value
Returns the node Id.