コード例 #1
0
ファイル: Net4Collections.cs プロジェクト: sm-g/ura
 public SimpleRemoveDelayedOperation(PersistentGenericSet <T> enclosingInstance, T value)
 {
     this.enclosingInstance = enclosingInstance;
     this.value             = value;
 }
コード例 #2
0
ファイル: Net4Collections.cs プロジェクト: sm-g/ura
 public ClearDelayedOperation(PersistentGenericSet <T> enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }