Method MapAllOrds
MapAllOrds(IEnumerable<Nullable<Int64>>)
remaps every ord+1 on this iterable
Declaration
public static IEnumerable<long?> MapAllOrds(IEnumerable<long?> iterable)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<System.Nullable<System.Int64>> | iterable |
Returns
Type | Description |
---|---|
IEnumerable<System.Nullable<System.Int64>> |