iRacingSdkWrapper.SessionInfo.this C# (CSharp) Method

this() public method

public this ( string key ) : iRacingSdkWrapper.YamlQuery
key string
return iRacingSdkWrapper.YamlQuery
        public YamlQuery this[string key]
        {
            get
            {
                return YamlQuery.Mapping(_yamlRoot, key);
            }
        }