NormalizedSpanCollection Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of NormalizedSpanCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
NormalizedSpanCollection() | Initializes a new instance of NormalizedSpanCollection that is empty. | |
NormalizedSpanCollection(Span) | Initializes a new instance of NormalizedSpanCollection that contains the specified span. | |
NormalizedSpanCollection(IEnumerable<Span>) | Initializes a new instance of NormalizedSpanCollection that contains the specified list of spans. |
Top