XCom.Type6Descriptor.Type6Descriptor C# (CSharp) 메소드

Type6Descriptor() 공개 메소드

public Type6Descriptor ( string name, StreamReader sr, VarCollection vars ) : System
name string
sr System.IO.StreamReader
vars VarCollection
리턴 System
		public Type6Descriptor(string name, StreamReader sr,VarCollection vars)
			:base(name,sr,vars){}