コード例 #1
0
 public valueEnumerator(kindType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #2
0
 public void ReplacekindAt(kindType newValue, int index)
 {
     ReplaceDomElementAt("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "kind", index, newValue);
 }
コード例 #3
0
 public sourceEnumerator(kindType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #4
0
 public void Addkind(kindType newValue)
 {
     AppendDomElement("http://www.imsglobal.org/xsd/imsmd_rootv1p2p1", "kind", newValue);
 }