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