Share via


LazyDictionary<TKey, TValue> Constructor (Int32)

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public LazyDictionary(
    int capacity
)
public:
LazyDictionary(
    int capacity
)
new : 
        capacity:int -> LazyDictionary
Public Sub New (
    capacity As Integer
)

Parameters

See Also

LazyDictionary<TKey, TValue> Overload
LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top