Method Contains
Contains(CharArraySet, Boolean)
true
if the System.Boolean is in the set
Declaration
public static bool Contains(this CharArraySet set, bool text)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(CharArraySet, Byte)
true
if the System.Byte is in the set
Declaration
public static bool Contains(this CharArraySet set, byte text)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(CharArraySet, Char)
true
if the System.Char is in the set
Declaration
public static bool Contains(this CharArraySet set, char text)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(CharArraySet, Int32)
true
if the System.Int32 is in the set
Declaration
public static bool Contains(this CharArraySet set, int text)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(CharArraySet, Int64)
true
if the System.Int64 is in the set
Declaration
public static bool Contains(this CharArraySet set, long text)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(CharArraySet, SByte)
true
if the System.SByte is in the set
Declaration
[CLSCompliant(false)]
public static bool Contains(this CharArraySet set, sbyte text)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(CharArraySet, Int16)
true
if the System.Int16 is in the set
Declaration
public static bool Contains(this CharArraySet set, short text)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(CharArraySet, UInt32)
true
if the System.UInt32 is in the set
Declaration
[CLSCompliant(false)]
public static bool Contains(this CharArraySet set, uint text)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(CharArraySet, UInt64)
true
if the System.UInt64 is in the set
Declaration
[CLSCompliant(false)]
public static bool Contains(this CharArraySet set, ulong text)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(CharArraySet, UInt16)
true
if the System.UInt16 is in the set
Declaration
[CLSCompliant(false)]
public static bool Contains(this CharArraySet set, ushort text)
Parameters
Returns
Type |
Description |
System.Boolean |
|