Property | Type | Description | |
---|---|---|---|
GenericIsMatch | bool | ||
InnerAddOrReplace | int | ||
IsMatch | bool |
Method | Description | |
---|---|---|
AddGenericTemplate ( |
Adds new key/dynamically generated pair or replaces one if the key already exists.
|
|
AddOrReplace ( |
Adds new key/value pair or replaces existing one if the key already exists.
|
|
FindMatchingIndex ( |
Finds the index of the delegate that matches given type.
|
|
GetByIndex ( int index ) : |
Gets a delegate by an index.
|
|
SwapList ( ) : System |
Initializes a new instance of the Antmicro.Migrant.Utilities.SwapList class.
|
Method | Description | |
---|---|---|
GenericIsMatch ( |
||
InnerAddOrReplace ( |
||
IsMatch ( |
public AddGenericTemplate ( |
||
genericType | Key. | |
actualDelegateGenerator | Delegate>.Func | Function generating final value. |
return | void |
public AddOrReplace ( |
||
key | Key. | |
value | Value. | |
return | void |
public FindMatchingIndex ( |
||
value | Type to match. | |
return | int |
public GetByIndex ( int index ) : |
||
index | int | The index of the element. |
return |