C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.ResourceDictionaryExtensions

Extension methods for the ResourceDictionary class.
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
ShallowCopy ( this dictionary ) : ResourceDictionary

Makes a shallow copy of the specified ResourceDictionary.

Method Details

ShallowCopy() public static method

Makes a shallow copy of the specified ResourceDictionary.
public static ShallowCopy ( this dictionary ) : ResourceDictionary
dictionary this ResourceDictionary to copy.
return ResourceDictionary