System.Html.DOMImplementation.HasFeature C# (CSharp) Method

HasFeature() public method

public HasFeature ( string feature, string version ) : bool
feature string
version string
return bool
        public bool HasFeature(string feature, string version)
        {
            return false;
        }