public IodineObject (IodineTypeDefinition typeDef) { TypeDef = typeDef; Attributes ["__type__"] = typeDef; if (typeDef != null) { typeDef.BindAttributes (this); } }
public IodineObject(IodineTypeDefinition typeDef) { TypeDef = typeDef; Interfaces = new List<IodineInterface> (); attributes ["typeDef"] = typeDef; if (typeDef != null) { typeDef.BindAttributes (this); } }