コード例 #1
0
 public Object ExportExternalObject(MuseValue external)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void Assign(MuseValue variable, MuseValue value)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public MuseValue Current(MuseValue variable)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public MuseValue NewVariable(MuseValue initialCurrentValue)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void Performs(MuseValue procedure, MuseValue args = null)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public MuseValue Evaluates(MuseValue function, MuseValue args = null)
 {
     throw new NotImplementedException();
 }