ParameterInfo.GetRequiredCustomModifiers Metoda

Definicja

Pobiera wymagane modyfikatory niestandardowe parametru.

public:
 virtual cli::array <Type ^> ^ GetRequiredCustomModifiers();
public virtual Type[] GetRequiredCustomModifiers ();
abstract member GetRequiredCustomModifiers : unit -> Type[]
override this.GetRequiredCustomModifiers : unit -> Type[]
Public Overridable Function GetRequiredCustomModifiers () As Type()

Zwraca

Type[]

Tablica Type obiektów identyfikujących wymagane niestandardowe modyfikatory bieżącego parametru, takie jak IsConst lub IsImplicitlyDereferenced.

Uwagi

Metody GetOptionalCustomModifiers i GetRequiredCustomModifiers są udostępniane dla projektantów zarządzanych kompilatorów. Aby uzyskać więcej informacji na temat modyfikatorów niestandardowych, zobacz IsBoxed i powiązane klasy w System.Runtime.CompilerServices przestrzeni nazw oraz specyfikacja metadanych w partycji II infrastruktury języka wspólnego ECMA 335 (interfejs wiersza polecenia).

Dotyczy