GenericTypeParameterBuilder.GUID Property

Definition

Not supported for incomplete generic type parameters.

public:
 virtual property Guid GUID { Guid get(); };
public override Guid GUID { get; }
member this.GUID : Guid
Public Overrides ReadOnly Property GUID As Guid

Property Value

Not supported for incomplete generic type parameters.

Exceptions

In all cases.

Remarks

This property is not supported for incomplete generic type parameters. Retrieve the type parameter from the completed generic type definition and then use reflection on the retrieved type.

Applies to