コード例 #1
0
 public WebFileAttributes(WebFile webFile)
     : base(webFile)
 {
     this.webFile = webFile;
 }
コード例 #2
0
			public WebFileAttributes(WebFile webFile)
				: base(webFile)
			{
				this.webFile = webFile;
			}