'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Narrowing CType( _ ByVal writeValueArguments As UAWriteValueArguments _ ) As UAWriteArguments
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UAWriteArguments operator explicit( UAWriteValueArguments writeValueArguments )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: UAWriteArguments^ operator explicit( UAWriteValueArguments^ writeValueArguments )
Parameters
- writeValueArguments
- The write value arguments to be converted.
Return Value
The write arguments that corresponds to the write value arguments. null if the write value arguments passed in were null.