コード例 #1
0
ファイル: AssemblyRef.cs プロジェクト: REALTOBIZ/mono
		public AssemblyRef (TwoStreams streams)
			: this ()
		{
			this.Streams = streams;
		}
コード例 #2
0
 public AssemblyRef(TwoStreams streams)
     : this()
 {
     this.Streams = streams;
 }