Click or drag to resize
weroSoft AG, Software
ArrayNotation Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines how array notation shall be aligned.

Namespace:  WeroSoft.ComponentModel.TypeResolving
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ArrayNotation
Members
  Member nameValueDescription
Default0 The default notation is the same as the CSharp notation.
CSharp1 The C-Sharp notation.
CommonLanguageRuntime2 The Common Language Runtime notation is reverted to the normal notation.
See Also