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

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

public ImportedFromTypeLibAttribute ( string tlbFile ) : System
tlbFile string
Результат System
		public ImportedFromTypeLibAttribute (string tlbFile)
		{
			TlbFile = tlbFile;
		}
ImportedFromTypeLibAttribute