Show / Hide Table of Contents

Class GPALElementExtension

Inheritance
System.Object
GPALElementExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public static class GPALElementExtension

Methods

NodeID(GPALElement)

Declaration
public static int NodeID(this GPALElement element)
Parameters
Type Name Description
GPALElement element
Returns
Type Description
System.Int32

NodeID(GPALElement, Int32)

Declaration
public static void NodeID(this GPALElement element, int value)
Parameters
Type Name Description
GPALElement element
System.Int32 value
In This Article
Back to top Generated by DocFX