C# Class Patchwork.DisablePatchingByNameAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: GregRos/Patchwork

Public Methods

Method Description
DisablePatchingByNameAttribute ( string regex, PatchingTarget target = PatchingTarget.Member ) : System

Method Details

DisablePatchingByNameAttribute() public method

public DisablePatchingByNameAttribute ( string regex, PatchingTarget target = PatchingTarget.Member ) : System
regex string A regular expression to match the name of the element to ignore.
target PatchingTarget Restricts the attribute to affect only elements of any of these types.
return System