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

GetObTempVar() private method

private GetObTempVar ( ) : string
return string
		string GetObTempVar ()
		{
			return "o" + (_tempVarId++);
		}
		
SerializationCodeGenerator