public T this[int index] { get { return((T)this.list_0[index].Value); } set { T oldItem = (T)this.list_0[index].Value; this.OnSetting(index, oldItem, value); this.list_0[index] = DxfObjectReference.GetReference((IDxfHandledObject)value); this.OnSet(index, oldItem, value); } }
internal virtual void vmethod_2(IDxfHandledObject ownerObjectSoftReference) { this.dxfObjectReference_1 = DxfObjectReference.GetReference(ownerObjectSoftReference); }
public void SetValue(DxfHandledObject value) { this.object_0 = (object)DxfObjectReference.GetReference((IDxfHandledObject)value); this.string_0 = (string)null; }