Microsoft.Xades.NoticeRef.NoticeRef C# (CSharp) Method

NoticeRef() public method

Default constructor
public NoticeRef ( ) : System
return System
		public NoticeRef()
		{
			this.noticeNumbers = new NoticeNumbers();
		}
		#endregion