| Visual Basic (Declaration) | |
|---|---|
Public Shared Function FromDictionary( _ ByVal ld As ListDictionary _ ) As ListCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static ListCollection FromDictionary( ListDictionary ld ) | |
Parameters
- ld
- ListDictionary to instantiate with.