System.Xml.Serialization.SerializationCodeGenerator.GetStrTempVar C# (CSharp) Method

GetStrTempVar() private method

private GetStrTempVar ( ) : string
return string
		string GetStrTempVar ()
		{
			return "s" + (_tempVarId++);
		}
		
SerializationCodeGenerator