SIL.FieldWorks.Common.RootSites.CollectorEnv.AddResultString C# (CSharp) Méthode

AddResultString() protected méthode

Accumulate a string into our result. The base implementation does nothing.
protected AddResultString ( string s ) : void
s string The s.
Résultat void
		internal protected virtual void AddResultString(string s)
		{
		}

Same methods

CollectorEnv::AddResultString ( string s, int ws ) : void