BoxedT Class |
public class Boxed<T> : INotifyPropertyChanged, IEditableObject
The BoxedT type exposes the following members.
| Name | Description | |
|---|---|---|
| BoxedT | Initializes a new instance of the BoxedT class with a default value. | |
| BoxedT(T) | Initializes a new instance of the BoxedT class. |
| Name | Description | |
|---|---|---|
| AddRange(ICollectionT, IEnumerableBoxedT) | Adds unboxed values from the specified boxed items to the destination collection. | |
| AddRange(ICollectionBoxedT, IEnumerableT) | Adds boxed versions of the specified source items to the destination collection. | |
| 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(BoxedT) | Determines whether this instance is equal to another boxed value. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(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. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToBoxedItems | Wraps the specified items in BoxedT instances. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| ToUnboxedArray | Copies the specified boxed items into a new array of unboxed values. | |
| ToUnboxedItems | Returns the unboxed values from the specified boxed items. |
| 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. |