Span.Contains Method
Include Protected Members
Include Inherited Members
Determines whether a span falls completely within this span.
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 | |
---|---|---|
Contains(Int32) | Determines whether the position lies within the span. | |
Contains(Span) | Determines whether the specified span falls completely within this span. |
Top