The following tables list the members exposed by IgnoredContentList.
Name | Description | |
---|---|---|
Empty | An empty ignored content list which doesn't exist in a parse tree. |
Name | Description | |
---|---|---|
Count | Gets the number of IgnoredContent values in the list. | |
Item | Gets the IgnoredContent at the specified index. | |
SnapshotSpan | Gets the SnapshotSpan occupied by the IgnoredContent. | |
Span | Gets the TextSpan occupied by the IgnoredContentList. |
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the specified object equals this IgnoredContentList value. | |
GetEnumerator | Gets an enumerator which returns all IgnoredContent in the list. | |
GetHashCode | Gets a hash code for the IgnoredContentList value. | |
GetText | Gets the text of the ignored content. | |
ToString | Gets the text of the ignored content. |
Equality | Determines whether two IgnoredContentList values are equal. |
Inequality | Determines whether two IgnoredContentList values are not equal. |