Skip to content

Tracking: IBoundary<T> API #22

@SingleAccretion

Description

@SingleAccretion

Definition

public interface IBoundary<T>
{
    T Value { get; }
    BoundaryType { get; }
    bool IsValid { get; }
    internal void ThisInterfaceCannotBeImplemented()
}

Implementation

  • Done.

XML documentation

  • Done.

Proper documentation

  • Done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TrackingWork items related to the addition of new APIs or other improvements

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions