System.Net.WebRTC.RTCStatsReport.Get C# (CSharp) Method

Get() public method

public Get ( string key ) : object
key string
return object
        public object Get(string key)
        {
            return null;
        }