MethodInfo.IsGenericMethod Właściwość

Definicja

Pobiera wartość wskazującą, czy bieżąca metoda jest metodą ogólną.

public:
 virtual property bool IsGenericMethod { bool get(); };
public override bool IsGenericMethod { get; }
member this.IsGenericMethod : bool
Public Overrides ReadOnly Property IsGenericMethod As Boolean

Wartość właściwości

Boolean

wartość true, jeśli bieżąca metoda jest metodą ogólną; w przeciwnym razie, fałsz.

Dotyczy