Exemple #1
0
 public void Visit(DxfAppId value)
 {
     this.dxfHandledObject_0 = (DxfHandledObject)Class906.smethod_3(this.cloneContext_0, value);
 }
Exemple #2
0
 public DxfExtendedData Clone(CloneContext cloneContext)
 {
     return(new DxfExtendedData(Class906.smethod_3(cloneContext, this.AppId), (DxfExtendedData.ValueCollection) this.values.Clone(cloneContext)));
 }