'Declaration
<ExtensionAttribute()> Public Shared Sub Copy( _ ByVal dst As BackgroundBrushProvider, _ ByVal src As BackgroundBrushProvider _ )
[Extension()] public static void Copy( BackgroundBrushProvider dst, BackgroundBrushProvider src )
Parameters
- dst
- the target BackgroundBrushProvider.
- src
- the source BackgroundBrushProvider.