public void Parameter(OsgItem x, TypeDesc type, OsgClassMode @class) { throw new NotImplementedException(); }
private void enter(OsgClassMode typ, int i, string name, TypeDesc type) { OsgObject osg = new OsgObject(); osg.@class = typ; osg.val = i; osg.name = name; osg.type = type; osg.dsc = null; osg.next = topScope.next; topScope.next = osg; }