[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Facebook.Json.Utilities.CollectionWrapper`1.System#Collections#IList#Add(System.Object)"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
int IList.Add( Object value ) |
Visual Basic (Declaration) |
---|
Private Function Add ( _ value As Object _ ) As Integer Implements IList.Add |
Visual C++ |
---|
private: virtual int Add( Object^ value ) sealed = IList::Add |
Parameters
- value
- Type: System..::.Object
[Missing <param name="value"/> documentation for "M:Facebook.Json.Utilities.CollectionWrapper`1.System#Collections#IList#Add(System.Object)"]
Return Value
[Missing <returns> documentation for "M:Facebook.Json.Utilities.CollectionWrapper`1.System#Collections#IList#Add(System.Object)"]