SortedDictionaryExtensions FindCeilingKey TK, TV  Method Couchbase .NET SDK 2.1.0 Documentation

[Missing <summary> documentation for "M:Couchbase.Utils.SortedDictionaryExtensions.FindCeilingKey``2(System.Collections.Generic.SortedDictionary{``0,``1},``0)"]

Namespace: Couchbase.Utils
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public static long FindCeilingKey<TK, TV>(
	this SortedDictionary<TK, TV> dictionary,
	TK key
)

Parameters

dictionary
Type: System.Collections.Generic SortedDictionary TK, TV 

[Missing <param name="dictionary"/> documentation for "M:Couchbase.Utils.SortedDictionaryExtensions.FindCeilingKey``2(System.Collections.Generic.SortedDictionary{``0,``1},``0)"]

key
Type: TK

[Missing <param name="key"/> documentation for "M:Couchbase.Utils.SortedDictionaryExtensions.FindCeilingKey``2(System.Collections.Generic.SortedDictionary{``0,``1},``0)"]

Type Parameters
TK

[Missing <typeparam name="TK"/> documentation for "M:Couchbase.Utils.SortedDictionaryExtensions.FindCeilingKey``2(System.Collections.Generic.SortedDictionary{``0,``1},``0)"]

TV

[Missing <typeparam name="TV"/> documentation for "M:Couchbase.Utils.SortedDictionaryExtensions.FindCeilingKey``2(System.Collections.Generic.SortedDictionary{``0,``1},``0)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:Couchbase.Utils.SortedDictionaryExtensions.FindCeilingKey``2(System.Collections.Generic.SortedDictionary{``0,``1},``0)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SortedDictionary TK, TV . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also