コード例 #1
0
 public void ReplacemasteryscoreAt(masteryscoreType newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "masteryscore", index, newValue.ToString());
 }
コード例 #2
0
 public void Addmasteryscore(masteryscoreType newValue)
 {
     AppendDomChild(NodeType.Element, "http://www.adlnet.org/xsd/adlcp_rootv1p2", "masteryscore", newValue.ToString());
 }