Type.IsGenericTypeParameter Właściwość

Definicja

Pobiera wartość, która wskazuje, czy bieżący Type reprezentuje parametr typu w definicji typu ogólnego.

public:
 virtual property bool IsGenericTypeParameter { bool get(); };
public virtual bool IsGenericTypeParameter { get; }
member this.IsGenericTypeParameter : bool
Public Overridable ReadOnly Property IsGenericTypeParameter As Boolean

Wartość właściwości

Boolean

true Jeśli obiekt reprezentuje parametr typu definicji typu ogólnego; w przeciwnym Type razie wartość false .

Dotyczy