System.Configuration.BaseConfigurationRecord.ShouldSkipDueToInheritInChildApplications C# (CSharp) 메소드

ShouldSkipDueToInheritInChildApplications() 개인적인 메소드

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