Example #1
0
 public Scope(ODataCollectionWriterCore.CollectionWriterState state, object item)
 {
     this.state = state;
     this.item  = item;
 }
 public Scope(ODataCollectionWriterCore.CollectionWriterState state, object item)
 {
     this.state = state;
     this.item = item;
 }