Table of Contents

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

length int

The desired fixed-length string length.

Properties

Length

Gets the name of the member.

public int Length { get; set; }

Property Value

int