System.Reflection.MonoParameterInfo.GetOptionalCustomModifiers C# (CSharp) Méthode

GetOptionalCustomModifiers() public méthode

public GetOptionalCustomModifiers ( ) : Type[]
Résultat Type[]
		Type[] GetOptionalCustomModifiers () {
			Type[] types = GetTypeModifiers (true);
			if (types == null)
				return Type.EmptyTypes;
			return types;
		}