System.Configuration.MgmtConfigurationRecord.AddLocation C# (CSharp) Method

AddLocation() protected method

protected AddLocation ( string locationSubPath ) : void
locationSubPath string
return void
        protected override void AddLocation(string locationSubPath) {
            if (_locationTags == null) {
                _locationTags = new Hashtable(StringComparer.OrdinalIgnoreCase);
            }

            _locationTags[locationSubPath] = locationSubPath;
        }