コード例 #1
0
 public SectionInfo(string sectionName, APGenSectionInformation info)
 {
     Name     = sectionName;
     TypeName = info.Type;
 }
コード例 #2
0
ファイル: SectionInfo.cs プロジェクト: fankluo/APQuery.net
		public SectionInfo(string sectionName, APGenSectionInformation info)
		{
			Name = sectionName;
			TypeName = info.Type;
		}