Method FindInstanceID
FindInstanceID<T>(List<T>, T)
Declaration
public static int FindInstanceID<T>(this List<T> list, T target) where T : Object
Parameters
Type | Name | Description |
---|---|---|
List<T> | list | |
T | target |
Returns
Type | Description |
---|---|
int |
Type Parameters
Name | Description |
---|---|
T |