CodeOwls.PowerShell.Provider.Provider.ForceOrShouldContinue C# (CSharp) Метод

ForceOrShouldContinue() приватный Метод

private ForceOrShouldContinue ( INodeFactory factory, string fullPath, string op ) : bool
factory INodeFactory
fullPath string
op string
Результат bool
        private bool ForceOrShouldContinue(INodeFactory factory, string fullPath, string op)
        {
            return ForceOrShouldContinue(factory.Name, fullPath, op);
        }

Same methods

Provider::ForceOrShouldContinue ( string itemName, string fullPath, string op ) : bool