'Declaration Protected Shared Function GetBrushes( _ ByVal colors As Dictionary(Of String,IList(Of Integer)), _ ByVal brushes As Dictionary(Of String,IList(Of Brush)), _ ByVal key As String _ ) As IList(Of Brush)
protected static IList<Brush> GetBrushes( Dictionary<string,IList<int>> colors, Dictionary<string,IList<Brush>> brushes, string key )
Parameters
- colors
- brushes
- key