Class H5StringLengthAttribute
- Namespace
- PureHDF
- Assembly
- PureHDF.dll
Specifies the fixed-length string length.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class H5StringLengthAttribute : Attribute
- Inheritance
-
H5StringLengthAttribute
- Inherited Members
Constructors
H5StringLengthAttribute(int)
Initializes a new instance of the H5StringLengthAttribute class.
public H5StringLengthAttribute(int length)
Parameters
lengthintThe desired fixed-length string length.
Properties
Length
Gets the name of the member.
public int Length { get; set; }