PowerArgs.CommandLineArgument.RunAfterPopulateProperty C# (CSharp) Method

RunAfterPopulateProperty() private method

private RunAfterPopulateProperty ( PowerArgs.ArgHook context ) : void
context PowerArgs.ArgHook
return void
        internal void RunAfterPopulateProperty(ArgHook.HookContext context)
        {
            RunArgumentHook(context, h => h.AfterPopulatePropertyPriority, (h) => { h.AfterPopulateProperty(context); });
        }