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

Has() public method

public Has ( string key ) : bool
key string
return bool
        public bool Has(string key)
        {
            return false;
        }