summaryP:DotNetNuke.Collections.Internal.SharedDictionary`2.Item(`0)
Namespace: DotNetNuke.Collections.InternalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public TValue this[ TKey key ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( key As TKey ) As TValue Get Set |
Parameters
- key
- Type: TKey