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