Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NElement Class / GCEb<hCEb> Method


In This Topic
    GCEb<hCEb> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub GCEb(Of hCEb As System.IEquatable(Of hCEb))( _
       ByVal ICEb As NProperty, _
       ByVal jCEb As hCEb, _
       ByVal value As hCEb, _
       ByVal KCEb As ClGb _
    ) 
    'Usage
     
    
    Dim instance As NElement
    Dim ICEb As NProperty
    Dim jCEb As hCEb
    Dim value As hCEb
    Dim KCEb As ClGb
     
    instance.GCEb(Of hCEb)(ICEb, jCEb, value, KCEb)
    internal void GCEb<hCEb>( 
       NProperty ICEb,
       hCEb jCEb,
       hCEb value,
       ClGb KCEb
    )
    where hCEb: System.IEquatable<hCEb>

    Parameters

    ICEb
    jCEb
    value
    KCEb

    Type Parameters

    hCEb
    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