Gendarme.Framework.Helpers.MethodSignature Class
Used to match methods. Properties that are set to null are ignored

See Also: MethodSignature Members

Syntax

public class MethodSignature

Remarks

Documentation for this section has not yet been entered.

Example

Example

            MethodDefinition method = ...
            MethodSignature sig = new MethodSignature ("Dispose");
            if (sig.Match (method)) {
            //matches any method named "Dispose" with any (or no) return value and any number of parameters
            }
            

Requirements

Namespace: Gendarme.Framework.Helpers
Assembly: Gendarme.Framework (in Gendarme.Framework.dll)
Assembly Versions: 2.8.0.0