PowerArgs.CommandLineArgument.RunBeforePopulateProperty C# (CSharp) Method

RunBeforePopulateProperty() private method

private RunBeforePopulateProperty ( PowerArgs.ArgHook context ) : void
context PowerArgs.ArgHook
return void
        internal void RunBeforePopulateProperty(ArgHook.HookContext context)
        {
            RunArgumentHook(context, h => h.BeforePopulatePropertyPriority, (h) => { h.BeforePopulateProperty(context); });
        }