IMappingTagSpan<T> Interface

Definition

Associates an ITag with a specified IMappingSpan.

generic <typename T>
 where T : ITagpublic interface class IMappingTagSpan
public interface IMappingTagSpan<out T> where T : ITag
type IMappingTagSpan<'T (requires 'T :> ITag)> = interface
Public Interface IMappingTagSpan(Of Out T)

Type Parameters

T

The type, which must be a subtype of ITag.

This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Remarks

Use MappingTagSpan<T> as the implementation of this interface.

Properties

Span

Gets the mapping span for this tag.

Tag

Gets the tag located in this span.

Applies to