コード例 #1
0
ファイル: GetType.cs プロジェクト: HuntingHunter/WorldWind1.4
 public OnlineResourceEnumerator(GetType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #2
0
ファイル: HTTPType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void ReplaceGetAt(GetType newValue, int index)
 {
     ReplaceDomElementAt("", "Get", index, newValue);
 }
コード例 #3
0
ファイル: GetType.cs プロジェクト: jpespartero/WorldWind
			public OnlineResourceEnumerator(GetType par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #4
0
ファイル: HTTPType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void InsertGetAt(GetType newValue, int index)
 {
     InsertDomElementAt("", "Get", index, newValue);
 }
コード例 #5
0
ファイル: HTTPType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void AddGet(GetType newValue)
 {
     AppendDomElement("", "Get", newValue);
 }
コード例 #6
0
ファイル: HTTPType.cs プロジェクト: jpespartero/WorldWind
		public void ReplaceGetAt(GetType newValue, int index)
		{
			ReplaceDomElementAt("", "Get", index, newValue);
		}
コード例 #7
0
ファイル: HTTPType.cs プロジェクト: jpespartero/WorldWind
		public void InsertGetAt(GetType newValue, int index)
		{
			InsertDomElementAt("", "Get", index, newValue);
		}
コード例 #8
0
ファイル: HTTPType.cs プロジェクト: jpespartero/WorldWind
		public void AddGet(GetType newValue)
		{
			AppendDomElement("", "Get", newValue);
		}