Initializes a new instance of MaxBytesAttribute
with the types of the instances that should be checked and the maximum
number of bytes allowed.
Overload List
| Name | Description | |
|---|---|---|
|
|
MaxBytesAttribute(String, Int64) |
Initializes a new instance of MaxBytesAttribute
with the type name of the instances that should be checked and the maximum
number of bytes allowed.
|
|
|
MaxBytesAttribute(array<String>[]()[][], Int64) |
Initializes a new instance of MaxBytesAttribute
with the type names of the instances that should be checked and the maximum
number of bytes allowed.
|
|
|
MaxBytesAttribute(Type, Int64) |
Initializes a new instance of MaxBytesAttribute
with the type of the instances that should be checked and the maximum
number of bytes allowed.
|
|
|
MaxBytesAttribute(array<Type>[]()[][], Int64) |
Initializes a new instance of MaxBytesAttribute
with the types of the instances that should be checked and the maximum
number of new bytes allowed.
|