BaseCollection.Add(Object, Object) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

BaseCollection.Add(Object, Object) Method

BR.AN.PviServices .NET


Fuer LoggerEntries Methode (hinzufügen)

[Visual Basic]

Public Overridable Overloads Sub Add( _

  ByVal key As Object, _

  ByVal value As Object _

)

[C#]

public virtual void Add(

  object key,

  object value

);

Parameters

key

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]