[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Facebook.Web.FacebookHttpSession.System#Collections#Generic#ICollection{T}#IsReadOnly"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
bool ICollection<KeyValuePair<string, Object>>.IsReadOnly { get; } |
Visual Basic (Declaration) |
---|
Private ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly |
Visual C++ |
---|
private: virtual property bool IsReadOnly { bool get () sealed = ICollection<KeyValuePair<String^, Object^>>::IsReadOnly::get; } |