System.Web.XmlSiteMapProvider.PutInCollection C# (CSharp) 메소드

PutInCollection() 개인적인 메소드

private PutInCollection ( string name, string value, NameValueCollection &coll ) : void
name string
value string
coll NameValueCollection
리턴 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