System.Runtime.InteropServices.OptionalAttribute.IsDefined C# (CSharp) Method

IsDefined() static private method

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