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
Public method 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.
Public method 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.
Public method 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.
Public method 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.

See Also