Unlimited<T> Members
Include Protected Members
Include Inherited Members
Represents a value that is not limited.
The Unlimited<T> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CompareTo(Unlimited<T>) | |
![]() |
CompareTo(T) | |
![]() |
Equals(Unlimited<T>) | |
![]() |
Equals(Object) | (Overrides ValueType.Equals(Object).) |
![]() |
Equals(T) | |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Overrides ValueType.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() ![]() |
Parse(String) | |
![]() ![]() |
Parse(String, ByteQuantifiedSize.Quantifier) | |
![]() |
ToString() | (Overrides ValueType.ToString().) |
![]() |
ToString(String, IFormatProvider) | |
![]() ![]() |
TryParse(String, ByteQuantifiedSize.Quantifier, Unlimited<ByteQuantifiedSize>) | |
![]() ![]() |
TryParse(String, Unlimited<T>) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Addition | |
![]() ![]() |
Division | |
![]() ![]() |
Equality | |
![]() ![]() |
Explicit(Unlimited<T> to T) | |
![]() ![]() |
Implicit(T to Unlimited<T>) | |
![]() ![]() |
Inequality | |
![]() ![]() |
Multiply | |
![]() ![]() |
Subtraction |
Top