C# Class Enigma.ArraySizeAttribute

Used to mark arrays, enumerables or pointers with the number of items for a reflector UI to display.
Inheritance: System.Attribute
Show file Open project: r3peat/Enigma.D3.Public

Public Methods

Method Description
ArraySizeAttribute ( int value ) : System

Method Details

ArraySizeAttribute() public method

public ArraySizeAttribute ( int value ) : System
value int
return System