Share via


ConfigurationKeySet.newmethod Method

Definition

Overloads

newmethod()

Initializes a new instance of the Object class.

newmethod(Object[])

newmethod()

Initializes a new instance of the Object class.

protected:
 override void newmethod();
protected override void newmethod ();
override this.newmethod : unit -> unit
Protected Overrides Sub newmethod ()

Applies to

newmethod(Object[])

public:
 void newmethod(cli::array <System::Object ^> ^ _container);
public void newmethod (object[] _container);
override this.newmethod : obj[] -> unit
Public Sub newmethod (_container As Object())

Parameters

_container
Object[]

Applies to