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