System.Runtime.InteropServices.OptionalAttribute.IsDefined C# (CSharp) Méthode

IsDefined() static private méthode

static private IsDefined ( ParameterInfo parameter ) : bool
parameter System.Reflection.ParameterInfo
Résultat bool
        internal static bool IsDefined(ParameterInfo parameter) 
        { 
            return parameter.IsOptional; 
        }