Method MapCustomAttributeCtorParameter
MapCustomAttributeCtorParameter<S, T>(CustomAttribute, int, Func<S, T>)
Declaration
public static T MapCustomAttributeCtorParameter<S, T>(this CustomAttribute self, int index, Func<S, T> mapper)
Parameters
Type | Name | Description |
---|---|---|
CustomAttribute | self | |
int | index | |
Func<S, T> | mapper |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
S | |
T |