コード例 #1
0
 public TopLevelDocumentable(ObjectType objectType, string name) :
     base(objectType, name)
 {
     version = 105;
 }
コード例 #2
0
 public MethodRepresentation(ObjectType type, String name) :
     base(type, name)
 {
 }