System.Configuration.MgmtConfigurationRecord.AddLocation C# (CSharp) Метод

AddLocation() защищенный Метод

protected AddLocation ( string locationSubPath ) : void
locationSubPath string
Результат void
        protected override void AddLocation(string locationSubPath) {
            if (_locationTags == null) {
                _locationTags = new Hashtable(StringComparer.OrdinalIgnoreCase);
            }

            _locationTags[locationSubPath] = locationSubPath;
        }