TypeLibFunc
attributeThe TypeLibFunc
attribute is used to specify typelib flags, for interoperability with COM.
[AttributeUsage(AttributeTargets.Method)] public class TypeLibFuncAttribute: System.Attribute { public TypeLibFuncAttribute(short value) {…} public short Value { get {…} } }