McPropertyDescriptorDictToAttribList Method
|
|
Creates a list of Attributes from an IDictionary of String + value (normally a string)
Namespace:
MediaCy.Utilities.SystemEx
Assembly:
MediaCy.Utilities.SystemEx (in MediaCy.Utilities.SystemEx.dll) Version: 3.1.0.0
SyntaxPublic Shared Sub DictToAttribList (
lstattr As List(Of Attribute),
dict As IDictionary
)
Parameters
- lstattr
- Type: System.Collections.GenericListAttribute
- dict
- Type: System.CollectionsIDictionary
See Also