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

SetHookVar() private method

private SetHookVar ( string var, string value ) : void
var string
value string
return void
		void SetHookVar (string var, string value)
		{
			_hookVariables [var] = value;
		}
SerializationCodeGenerator