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

ReadLine() public method

public ReadLine ( StreamReader sr ) : string
sr System.IO.StreamReader
return string
		public string ReadLine(StreamReader sr)
		{
			return ReadLine(sr,this);
		}

Same methods

VarCollection::ReadLine ( ) : KeyVal
VarCollection::ReadLine ( KeyVal &output ) : bool
VarCollection::ReadLine ( StreamReader sr, VarCollection vars ) : string