Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Initializes a NormalizedSnapshotSpanCollection.
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 | |
---|---|---|
![]() |
NormalizedSnapshotSpanCollection() | Initializes an empty NormalizedSnapshotSpanCollection. |
![]() |
NormalizedSnapshotSpanCollection(SnapshotSpan) | Initializes a new instance of a NormalizedSnapshotSpanCollection with a single element. |
![]() |
NormalizedSnapshotSpanCollection(IEnumerable<SnapshotSpan>) | Initializes a new instance of a NormalizedSnapshotSpanCollection from a list of SnapshotSpan objects. |
![]() |
NormalizedSnapshotSpanCollection(ITextSnapshot, NormalizedSpanCollection) | Initializes a new instance of a NormalizedSnapshotSpanCollection from a NormalizedSpanCollection and a ITextSnapshot. |
![]() |
NormalizedSnapshotSpanCollection(ITextSnapshot, IEnumerable<Span>) | Initializes a new instance of a NormalizedSnapshotSpanCollection from a list of Span objects and a ITextSnapshot. |
Top