Interface IDOMStringList
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/DOMStringList.html
public interface IDOMStringList
Properties
Length
int Length { get; }
Property Value
Methods
Contains(String)
bool Contains(String arg0)
Parameters
Returns
Item(int)
String Item(int arg0)