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

TypeLibTypeAttribute() public method

public TypeLibTypeAttribute ( TypeLibTypeFlags flags ) : System
flags TypeLibTypeFlags
return System
		public TypeLibTypeAttribute (TypeLibTypeFlags flags)
		{
			this.flags = flags;
		}

Same methods

TypeLibTypeAttribute::TypeLibTypeAttribute ( short flags ) : System
TypeLibTypeAttribute