コード例 #1
0
 public void ReplaceHTTPAt(HTTPType newValue, int index)
 {
     ReplaceDomElementAt("", "HTTP", index, newValue);
 }
コード例 #2
0
 public void AddHTTP(HTTPType newValue)
 {
     AppendDomElement("", "HTTP", newValue);
 }
コード例 #3
0
 public void InsertHTTPAt(HTTPType newValue, int index)
 {
     InsertDomElementAt("", "HTTP", index, newValue);
 }
コード例 #4
0
ファイル: DCPTypeType.cs プロジェクト: jpespartero/WorldWind
		public void ReplaceHTTPAt(HTTPType newValue, int index)
		{
			ReplaceDomElementAt("", "HTTP", index, newValue);
		}
コード例 #5
0
ファイル: DCPTypeType.cs プロジェクト: jpespartero/WorldWind
		public void InsertHTTPAt(HTTPType newValue, int index)
		{
			InsertDomElementAt("", "HTTP", index, newValue);
		}
コード例 #6
0
ファイル: DCPTypeType.cs プロジェクト: jpespartero/WorldWind
		public void AddHTTP(HTTPType newValue)
		{
			AppendDomElement("", "HTTP", newValue);
		}
コード例 #7
0
ファイル: HTTPType.cs プロジェクト: wikey2013/WIKEYEARTH
 public PostEnumerator(HTTPType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #8
0
ファイル: HTTPType.cs プロジェクト: jpespartero/WorldWind
			public PostEnumerator(HTTPType par) 
			{
				parent = par;
				nIndex = -1;
			}