PSUtility.LowerBound<TBase, TKey> Method (TKey, IList<TBase>, Func<TBase, TKey>)
Reserved for internal use.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Shared Function LowerBound(Of TBase, TKey) ( _
key As TKey, _
sortedList As IList(Of TBase), _
keySelector As Func(Of TBase, TKey) _
) As Integer
'Usage
Dim key As TKey
Dim sortedList As IList(Of TBase)
Dim keySelector As Func(Of TBase, TKey)
Dim returnValue As Integer
returnValue = PSUtility.LowerBound(key, _
sortedList, keySelector)
public static int LowerBound<TBase, TKey>(
TKey key,
IList<TBase> sortedList,
Func<TBase, TKey> keySelector
)
Type Parameters
- TBase
- TKey
Parameters
- key
Type: TKey
- sortedList
Type: System.Collections.Generic.IList<TBase>
- keySelector
Type: System.Func<TBase, TKey>
Return Value
Type: System.Int32
Returns Int32.