[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateAndPopulateList(System.Type,System.Action{System.Collections.IList})"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static IList CreateAndPopulateList( Type listType, Action<IList> populateList ) |
Visual Basic (Declaration) |
---|
Public Shared Function CreateAndPopulateList ( _ listType As Type, _ populateList As Action(Of IList) _ ) As IList |
Visual C++ |
---|
public: static IList^ CreateAndPopulateList( Type^ listType, Action<IList^>^ populateList ) |
Parameters
- listType
- Type: System..::.Type
[Missing <param name="listType"/> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateAndPopulateList(System.Type,System.Action{System.Collections.IList})"]
- populateList
- Type: System..::.Action<(Of <(IList>)>)
[Missing <param name="populateList"/> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateAndPopulateList(System.Type,System.Action{System.Collections.IList})"]
Return Value
[Missing <returns> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateAndPopulateList(System.Type,System.Action{System.Collections.IList})"]