BoxedT Class |
public class Boxed<T> : INotifyPropertyChanged, IEditableObject
The BoxedT type exposes the following members.
Name | Description | |
---|---|---|
AddRange(ICollectionT, IEnumerableBoxedT) | ||
AddRange(ICollectionBoxedT, IEnumerableT) | ||
BeginEdit | Begins an edit on an object. | |
CancelEdit | Discards changes since the last BeginEdit call. | |
EndEdit | Pushes changes since the last BeginEdit or AddNew call into the underlying object. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToBoxedItems | ||
ToString | Returns a string that represents the current object. (Inherited from Object) | |
ToUnboxedArray | ||
ToUnboxedItems |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when the boxed value changed. |
Name | Description | |
---|---|---|
(T to BoxedT) | Performs an implicit conversion from T to BoxedT. | |
(BoxedT to T) | Performs an implicit conversion from BoxedT to T. |