DSShared.old.VarCollection.VarCollection C# (CSharp) Method

VarCollection() public method

public VarCollection ( StreamReader sr ) : System
sr System.IO.StreamReader
return System
		public VarCollection(StreamReader sr)
		{
			this.sr=sr;
			vars = new Hashtable();
			other=null;
		}

Same methods

VarCollection::VarCollection ( ) : System
VarCollection::VarCollection ( VarCollection other ) : System
VarCollection::VarCollection ( string baseVar ) : System