Interface IULong
Defines a contract for a Primitively type that encapsulates a ulong value.
Inherited Members
Namespace: Primitively
Assembly: Primitively.Abstractions.dll
Syntax
public interface IULong : IPrimitive<ulong>, INumeric, IPrimitive
Remarks
Implementations of this interface are source generated by Primitively and inherit from both IPrimitive<T> and INumeric interfaces.