Ancestry.Daisy.Tests.Daisy.Performance.SilverBulletDefinition.SilverBulletDefinition C# (CSharp) Method

SilverBulletDefinition() protected method

protected SilverBulletDefinition ( Type controllerType, string method ) : System
controllerType System.Type
method string
return System
        protected SilverBulletDefinition(Type controllerType, string method)
            : base(controllerType.GetMethod(method), controllerType)
        {
        }
SilverBulletDefinition