protected virtual bool TryGetAdapter<TValue>(
TValue value,
Func<T, TValue, bool> testItem,
out T adapter
)
Protected Overridable Function TryGetAdapter(Of TValue) (
value As TValue,
testItem As Func(Of T, TValue, Boolean),
<OutAttribute> ByRef adapter As T
) As Boolean
protected:
generic<typename TValue>
virtual bool TryGetAdapter(
TValue value,
Func<T, TValue, bool>^ testItem,
[OutAttribute] T% adapter
)
JavaScript does not support generic types or methods.
[Missing <typeparam name="TValue"/> documentation for "M:Gemstone.Timeseries.Adapters.AdapterCollectionBase`1.TryGetAdapter``1(``0,System.Func{`0,``0,System.Boolean},`0@)"]