'Declaration
Public Property ExampleUCConstructorArguments As System.Object()
'Usage
Dim instance As NExamplesConfig Dim value() As System.Object instance.ExampleUCConstructorArguments = value value = instance.ExampleUCConstructorArguments
public System.object[] ExampleUCConstructorArguments {get; set;}