[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Facebook.Json.Utilities.DictionaryWrapper`2.DictionaryEnumerator.Current"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public Object Current { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Current As Object |
Visual C++ |
---|
public: virtual property Object^ Current { Object^ get () sealed; } |
Implements
IEnumerator..::.Current
See Also
DictionaryEnumerator