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