Microsoft.Xades.NoticeNumbers.NoticeNumbers C# (CSharp) 메소드

NoticeNumbers() 공개 메소드

Default constructor
public NoticeNumbers ( ) : System
리턴 System
		public NoticeNumbers()
		{
			this.noticeNumberCollection = new NoticeNumberCollection();
		}
		#endregion