Org.W3c.Dom.INameList.ContainsNS Method
Test if the pair namespaceURI/name is part of this NameList.

Syntax

[Android.Runtime.Register("containsNS", "(Ljava/lang/String;Ljava/lang/String;)Z", "GetContainsNS_Ljava_lang_String_Ljava_lang_String_Handler:Org.W3c.Dom.INameListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool ContainsNS (string namespaceURI, string name)

Parameters

namespaceURI
The namespace URI to look for.
name
The name to look for.

Returns

Documentation for this section has not yet been entered.

Remarks

Test if the pair namespaceURI/name is part of this NameList.

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8