System.Configuration.SectionUpdates.GetSectionGroupUpdate C# (CSharp) 메소드

GetSectionGroupUpdate() 개인적인 메소드

private GetSectionGroupUpdate ( ) : DeclarationUpdate
리턴 DeclarationUpdate
        internal DeclarationUpdate GetSectionGroupUpdate() {
            if (_sectionGroupUpdate != null && !_sectionGroupUpdate.Retrieved) {
                _sectionGroupUpdate.Retrieved = true;
                return (DeclarationUpdate) _sectionGroupUpdate;
            }

            return null;
        }