Centroid.Config.GetValue C# (CSharp) Method

GetValue() private method

private GetValue ( int index ) : dynamic
index int
return dynamic
        private dynamic GetValue(int index)
        {
            var container = RawConfig[index];
            return GetValueFromContainer(container);
        }

Same methods

Config::GetValue ( string key ) : dynamic