MemoryExtensions.IndexOfAnyExcept 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IndexOfAnyExcept<T>(ReadOnlySpan<T>, ReadOnlySpan<T>) |
搜尋指定 |
IndexOfAnyExcept<T>(Span<T>, T, T, T) |
搜尋指定 |
IndexOfAnyExcept<T>(ReadOnlySpan<T>, T, T, T) |
搜尋指定 |
IndexOfAnyExcept<T>(Span<T>, T, T) |
搜尋指定 |
IndexOfAnyExcept<T>(ReadOnlySpan<T>, T, T) |
搜尋指定 |
IndexOfAnyExcept<T>(ReadOnlySpan<T>, SearchValues<T>) |
搜尋指定 |
IndexOfAnyExcept<T>(Span<T>, ReadOnlySpan<T>) |
搜尋指定 |
IndexOfAnyExcept<T>(Span<T>, SearchValues<T>) |
搜尋指定 |
IndexOfAnyExcept<T>(ReadOnlySpan<T>, T) |
搜尋指定 |
IndexOfAnyExcept<T>(Span<T>, T) |
搜尋指定 |
IndexOfAnyExcept<T>(ReadOnlySpan<T>, ReadOnlySpan<T>)
搜尋指定 values
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(ReadOnlySpan<T> span, ReadOnlySpan<T> values);
public static int IndexOfAnyExcept<T> (this ReadOnlySpan<T> span, ReadOnlySpan<T> values) where T : IEquatable<T>;
static member IndexOfAnyExcept : ReadOnlySpan<'T (requires 'T :> IEquatable<'T>)> * ReadOnlySpan<'T (requires 'T :> IEquatable<'T>)> -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As ReadOnlySpan(Of T), values As ReadOnlySpan(Of T)) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- ReadOnlySpan<T>
要搜尋的範圍。
- values
- ReadOnlySpan<T>
要避免的值。
傳回
values
中,第一次出現任何值之範圍中的索引。
如果所有值都在 values
中,則會傳回 -1。
適用於
IndexOfAnyExcept<T>(Span<T>, T, T, T)
搜尋指定 value0
、value1
或 value2
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(Span<T> span, T value0, T value1, T value2);
public static int IndexOfAnyExcept<T> (this Span<T> span, T value0, T value1, T value2) where T : IEquatable<T>;
static member IndexOfAnyExcept : Span<'T (requires 'T :> IEquatable<'T>)> * 'T * 'T * 'T -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As Span(Of T), value0 As T, value1 As T, value2 As T) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- Span<T>
要搜尋的範圍。
- value0
- T
要避免的值。
- value1
- T
要避免的值
- value2
- T
要避免的值
傳回
value0
、value1
和 value2
以外的任何值之範圍中的索引。
如果所有值都 value0
、value1
和 value2
,則會傳回 -1。
適用於
IndexOfAnyExcept<T>(ReadOnlySpan<T>, T, T, T)
搜尋指定 value0
、value1
或 value2
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(ReadOnlySpan<T> span, T value0, T value1, T value2);
public static int IndexOfAnyExcept<T> (this ReadOnlySpan<T> span, T value0, T value1, T value2) where T : IEquatable<T>;
static member IndexOfAnyExcept : ReadOnlySpan<'T (requires 'T :> IEquatable<'T>)> * 'T * 'T * 'T -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As ReadOnlySpan(Of T), value0 As T, value1 As T, value2 As T) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- ReadOnlySpan<T>
要搜尋的範圍。
- value0
- T
要避免的值。
- value1
- T
要避免的值
- value2
- T
要避免的值
傳回
value0
、value1
和 value2
以外的任何值之範圍中的索引。
如果所有值都 value0
、value1
和 value2
,則會傳回 -1。
適用於
IndexOfAnyExcept<T>(Span<T>, T, T)
搜尋指定 value0
或 value1
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(Span<T> span, T value0, T value1);
public static int IndexOfAnyExcept<T> (this Span<T> span, T value0, T value1) where T : IEquatable<T>;
static member IndexOfAnyExcept : Span<'T (requires 'T :> IEquatable<'T>)> * 'T * 'T -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As Span(Of T), value0 As T, value1 As T) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- Span<T>
要搜尋的範圍。
- value0
- T
要避免的值。
- value1
- T
要避免的值
傳回
value0
和 value1
以外的任何值之範圍中的索引。
如果所有值都 value0
或 value1
,則會傳回 -1。
適用於
IndexOfAnyExcept<T>(ReadOnlySpan<T>, T, T)
搜尋指定 value0
或 value1
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(ReadOnlySpan<T> span, T value0, T value1);
public static int IndexOfAnyExcept<T> (this ReadOnlySpan<T> span, T value0, T value1) where T : IEquatable<T>;
static member IndexOfAnyExcept : ReadOnlySpan<'T (requires 'T :> IEquatable<'T>)> * 'T * 'T -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As ReadOnlySpan(Of T), value0 As T, value1 As T) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- ReadOnlySpan<T>
要搜尋的範圍。
- value0
- T
要避免的值。
- value1
- T
要避免的值
傳回
value0
和 value1
以外的任何值之範圍中的索引。
如果所有值都 value0
或 value1
,則會傳回 -1。
適用於
IndexOfAnyExcept<T>(ReadOnlySpan<T>, SearchValues<T>)
搜尋指定 values
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(ReadOnlySpan<T> span, System::Buffers::SearchValues<T> ^ values);
public static int IndexOfAnyExcept<T> (this ReadOnlySpan<T> span, System.Buffers.SearchValues<T> values) where T : IEquatable<T>;
static member IndexOfAnyExcept : ReadOnlySpan<'T (requires 'T :> IEquatable<'T>)> * System.Buffers.SearchValues<'T (requires 'T :> IEquatable<'T>)> -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As ReadOnlySpan(Of T), values As SearchValues(Of T)) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- ReadOnlySpan<T>
要搜尋的範圍。
- values
- SearchValues<T>
要從搜尋中排除的值。
傳回
values
中,第一次出現任何值之範圍中的索引。
如果所有值都在 values
中,則會傳回 -1。
適用於
IndexOfAnyExcept<T>(Span<T>, ReadOnlySpan<T>)
搜尋指定 values
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(Span<T> span, ReadOnlySpan<T> values);
public static int IndexOfAnyExcept<T> (this Span<T> span, ReadOnlySpan<T> values) where T : IEquatable<T>;
static member IndexOfAnyExcept : Span<'T (requires 'T :> IEquatable<'T>)> * ReadOnlySpan<'T (requires 'T :> IEquatable<'T>)> -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As Span(Of T), values As ReadOnlySpan(Of T)) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- Span<T>
要搜尋的範圍。
- values
- ReadOnlySpan<T>
要避免的值。
傳回
values
中,第一次出現任何值之範圍中的索引。
如果所有值都在 values
中,則會傳回 -1。
適用於
IndexOfAnyExcept<T>(Span<T>, SearchValues<T>)
搜尋指定 values
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(Span<T> span, System::Buffers::SearchValues<T> ^ values);
public static int IndexOfAnyExcept<T> (this Span<T> span, System.Buffers.SearchValues<T> values) where T : IEquatable<T>;
static member IndexOfAnyExcept : Span<'T (requires 'T :> IEquatable<'T>)> * System.Buffers.SearchValues<'T (requires 'T :> IEquatable<'T>)> -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As Span(Of T), values As SearchValues(Of T)) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- Span<T>
要搜尋的範圍。
- values
- SearchValues<T>
要從搜尋中排除的值。
傳回
values
中,第一次出現任何值之範圍中的索引。
如果所有值都在 values
中,則會傳回 -1。
適用於
IndexOfAnyExcept<T>(ReadOnlySpan<T>, T)
搜尋指定 value
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(ReadOnlySpan<T> span, T value);
public static int IndexOfAnyExcept<T> (this ReadOnlySpan<T> span, T value) where T : IEquatable<T>;
static member IndexOfAnyExcept : ReadOnlySpan<'T (requires 'T :> IEquatable<'T>)> * 'T -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As ReadOnlySpan(Of T), value As T) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- ReadOnlySpan<T>
要搜尋的範圍。
- value
- T
要避免的值。
傳回
value
以外的任何值之範圍中的索引。
如果所有值都 value
,則會傳回 -1。
適用於
IndexOfAnyExcept<T>(Span<T>, T)
搜尋指定 value
以外的任何值的第一個索引。
public:
generic <typename T>
where T : IEquatable<T>[System::Runtime::CompilerServices::Extension]
static int IndexOfAnyExcept(Span<T> span, T value);
public static int IndexOfAnyExcept<T> (this Span<T> span, T value) where T : IEquatable<T>;
static member IndexOfAnyExcept : Span<'T (requires 'T :> IEquatable<'T>)> * 'T -> int (requires 'T :> IEquatable<'T>)
<Extension()>
Public Function IndexOfAnyExcept(Of T As IEquatable(Of T)) (span As Span(Of T), value As T) As Integer
類型參數
- T
範圍和值的型別。
參數
- span
- Span<T>
要搜尋的範圍。
- value
- T
要避免的值。
傳回
value
以外的任何值之範圍中的索引。
如果所有值都 value
,則會傳回 -1。