public Item(string name, ClassMetadataCollectIdsTestCase.Item ref1, ClassMetadataCollectIdsTestCase.Item
				 ref2, object[] untypedArray)
			{
				this.name = name;
				this.typedRef = ref1;
				this.untypedRef = ref2;
				this.untypedArray = untypedArray;
			}
			public _IFunction4_66(ClassMetadataCollectIdsTestCase _enclosing)
			{
				this._enclosing = _enclosing;
			}
Example #3
0
 public _IFunction4_66(ClassMetadataCollectIdsTestCase _enclosing)
 {
     this._enclosing = _enclosing;
 }