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

IsDefined() static private method

static private IsDefined ( RuntimeType type ) : bool
type RuntimeType
return bool
        internal static bool IsDefined(RuntimeType type) 
        {
            return (type.Attributes & TypeAttributes.Import) != 0; 
        }