Esempio n. 1
0
 public TopLevelDocumentable(ObjectType objectType, string name) :
     base(objectType, name)
 {
     version = 105;
 }
Esempio n. 2
0
 public MethodRepresentation(ObjectType type, String name) :
     base(type, name)
 {
 }