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

IsDefined() static private method

static private IsDefined ( ParameterInfo parameter ) : bool
parameter ParameterInfo
return bool
        internal static bool IsDefined(ParameterInfo parameter) 
        { 
            return GetCustomAttribute(parameter) != null; 
        }   

Same methods

MarshalAsAttribute::IsDefined ( RuntimeFieldInfo field ) : bool