System.Runtime.InteropServices.IDispatchImplAttribute.IDispatchImplAttribute C# (CSharp) Method

IDispatchImplAttribute() public method

public IDispatchImplAttribute ( IDispatchImplType implType ) : System
implType IDispatchImplType
return System
        public IDispatchImplAttribute(IDispatchImplType implType)
        {
            Value = implType;
        }
        public IDispatchImplType Value { get; }

Same methods

IDispatchImplAttribute::IDispatchImplAttribute ( short implType ) : System
IDispatchImplAttribute