コード例 #1
0
ファイル: XML.cs プロジェクト: exaphaser/JSC-Cross-Compiler
 /// <summary>
 /// Replaces the properties specified by the propertyName parameter with the given value parameter.
 /// </summary>
 public XML replace(object propertyName, XML value)
 {
     return default(XML);
 }
コード例 #2
0
ファイル: XML.cs プロジェクト: exaphaser/JSC-Cross-Compiler
 /// <summary>
 /// Compares the XML object against the given value parameter.
 /// </summary>
 public bool contains(XML value)
 {
     return default(bool);
 }