BaseCollection.Add(Object, Object, Object) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

BaseCollection.Add(Object, Object, Object) Method

BR.AN.PviServices .NET


Fuer LoggerEntries Methode (hinzufügen)

[Visual Basic]

Public Overridable Overloads Sub Add( _

  ByVal primKey As Object, _

  ByVal secKey As Object, _

  ByVal value As Object _

)

[C#]

public virtual void Add(

  object primKey,

  object secKey,

  object value

);

Parameters

primKey

the key

secKey

the key

value

the value

See Also

BaseCollection Class | BR.AN.PviServices Namespace | BaseCollection.Add Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]