System.Configuration.SectionUpdates.GetSectionGroupUpdate C# (CSharp) Method

GetSectionGroupUpdate() private method

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

            return null;
        }