Exemple #1
0
 private void Reconstruct(StreamingContext context)
 {
     this.collectionState = new CollectionState("");
 }
Exemple #2
0
 public CollectionFunction(CollectionState collectionState)
 {
     this.collectionState = collectionState;
 }