System.Configuration.BaseConfigurationRecord.ShouldSkipDueToInheritInChildApplications C# (CSharp) Method

ShouldSkipDueToInheritInChildApplications() private method

private ShouldSkipDueToInheritInChildApplications ( bool skipInChildApps ) : bool
skipInChildApps bool
return bool
        private bool ShouldSkipDueToInheritInChildApplications(bool skipInChildApps) {
            return (skipInChildApps && _flags[IsAboveApplication]);
        }
BaseConfigurationRecord