|
FieldLengthAttribute Constructor |
Namespace: DrawerBackup.Native.Data.AttributesAssembly: DrawerBackup.Data.Attributes (in DrawerBackup.Data.Attributes.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic FieldLengthAttribute(
int length
)
Public Sub New (
length As Integer
)
public:
FieldLengthAttribute(
int length
)
new :
length : int -> FieldLengthAttribute
Parameters
- length
- Type: SystemInt32
See Also