[]
Represents the item in which the content is an int value.
public sealed class IntegerItem : Item<int>, IEquatable<Item<int>>, INotifyPropertyChanged
Public NotInheritable Class IntegerItem
Inherits Item(Of Integer)
Implements IEquatable(Of Item(Of Integer)), INotifyPropertyChanged
Name | Description |
---|---|
IntegerItem() | Initializes a new instance of IntegerItem. |
IntegerItem(int) | Initializes a new instance of IntegerItem. |
Name | Description |
---|---|
CompareValue(int, int) | Compare two int values. |
Name | Description |
---|---|
implicit operator int(IntegerItem) | Converts an IntegerItem to an int. |
implicit operator IntegerItem(int) | Converts an int to an IntegerItem. |