System.Runtime.InteropServices.TypeLibTypeAttribute.TypeLibTypeAttribute C# (CSharp) Метод

TypeLibTypeAttribute() публичный Метод

public TypeLibTypeAttribute ( TypeLibTypeFlags flags ) : System
flags TypeLibTypeFlags
Результат System
		public TypeLibTypeAttribute (TypeLibTypeFlags flags)
		{
			this.flags = flags;
		}

Same methods

TypeLibTypeAttribute::TypeLibTypeAttribute ( short flags ) : System
TypeLibTypeAttribute