예제 #1
0
 public WithClause(ObjectReference objectReference, WithMode mode, WithType type)
 {
     _objectReference = objectReference;
     _mode = mode;
     _type = type;
 }
예제 #2
0
 public WithClause(ObjectReference objectReference, WithMode mode, WithType type)
 {
     _objectReference = objectReference;
     _mode            = mode;
     _type            = type;
 }
예제 #3
0
 public WithClause(ObjectReference objectReference, WithMode mode) : this(objectReference, mode, WithType.NotSpecified)
 {
 }
예제 #4
0
 public WithClause(ObjectReference objectReference, WithMode mode) : this(objectReference, mode, WithType.NotSpecified)
 {
 }