System.Web.XmlSiteMapProvider.PutInCollection C# (CSharp) Method

PutInCollection() private method

private PutInCollection ( string name, string value, NameValueCollection &coll ) : void
name string
value string
coll NameValueCollection
return void
		void PutInCollection (string name, string value, ref NameValueCollection coll)
		{
			PutInCollection (name, null, value, ref coll);
		}
		

Same methods

XmlSiteMapProvider::PutInCollection ( string name, string classKey, string value, NameValueCollection &coll ) : void