コード例 #1
0
			public widthEnumerator(LogoURLType par) 
			{
                this.SetSamplerState(0, SamplerStateparent = par;
                this.SetSamplerState(0, SamplerStatenIndex = -1;
			}
コード例 #2
0
ファイル: AttributionType.cs プロジェクト: paladin74/Dapple
 public void InsertLogoURLAt(LogoURLType newValue, int index)
 {
     InsertDomElementAt("", "LogoURL", index, newValue);
 }
コード例 #3
0
ファイル: AttributionType.cs プロジェクト: paladin74/Dapple
 public void ReplaceLogoURLAt(LogoURLType newValue, int index)
 {
     ReplaceDomElementAt("", "LogoURL", index, newValue);
 }
コード例 #4
0
ファイル: AttributionType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddLogoURL(LogoURLType newValue)
 {
     return AppendDomElement("", "LogoURL", newValue);
 }