DSShared.old.VarCollection.ReadLine C# (CSharp) Méthode

ReadLine() public méthode

public ReadLine ( StreamReader sr ) : string
sr System.IO.StreamReader
Résultat 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