Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / EKEb<fKEb> Method


In This Topic
    EKEb<fKEb> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub EKEb(Of fKEb As System.IEquatable(Of fKEb))( _
       ByVal GKEb As NProperty, _
       ByVal hKEb As fKEb, _
       ByVal value As fKEb _
    ) 
    'Usage
     
    
    Dim instance As NNode
    Dim GKEb As NProperty
    Dim hKEb As fKEb
    Dim value As fKEb
     
    instance.EKEb(Of fKEb)(GKEb, hKEb, value)
    internal void EKEb<fKEb>( 
       NProperty GKEb,
       fKEb hKEb,
       fKEb value
    )
    where fKEb: System.IEquatable<fKEb>

    Parameters

    GKEb
    hKEb
    value

    Type Parameters

    fKEb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also