ITypeParameterSymbol.OriginalDefinition Property

Definition

Get the original definition of this type symbol. If this symbol is derived from another symbol by (say) type substitution, this gets the original symbol, as it was defined in source or metadata.

public:
 property Microsoft::CodeAnalysis::ITypeParameterSymbol ^ OriginalDefinition { Microsoft::CodeAnalysis::ITypeParameterSymbol ^ get(); };
public Microsoft.CodeAnalysis.ITypeParameterSymbol OriginalDefinition { get; }
member this.OriginalDefinition : Microsoft.CodeAnalysis.ITypeParameterSymbol
Public ReadOnly Property OriginalDefinition As ITypeParameterSymbol

Property Value

Applies to