Unlimited<T> Structure
Represents a value that is not limited.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure Unlimited(Of T As {Structure, New, IComparable}) _
Implements IComparable, IFormattable, IEquatable(Of T), _
IComparable(Of T)
'Usage
Dim instance As Unlimited(Of T)
[SerializableAttribute]
public struct Unlimited<T> : IComparable,
IFormattable, IEquatable<T>, IComparable<T>
where T : struct, new(), IComparable
Type Parameters
- T
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.