MethodInfo.IsGenericMethod Proprietà
Definizione
Ottiene un valore che indica se il metodo corrente è un metodo generico.Gets a value indicating whether the current method is a generic method.
public:
virtual property bool IsGenericMethod { bool get(); };
public override bool IsGenericMethod { get; }
member this.IsGenericMethod : bool
Public Overrides ReadOnly Property IsGenericMethod As Boolean
Valore della proprietà
true se il metodo corrente è un metodo generico. in caso contrario, false.true if the current method is a generic method; otherwise, false.