'Declaration<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal descriptorString As String _ ) As ResourceAddress
'Usage
 
            [NotNull()] public ResourceAddress operator implicit( string descriptorString )
[NotNull()] public: operator ResourceAddress^ ( String^ descriptorString )
Parameters
- descriptorString
 - The descriptor string to create the resource address from.