Skip to content

RowFieldsBase.GetFieldsByAttribute method (1 of 2)

Gets the fields that have an attribute of the specified type.

public Field[] GetFieldsByAttribute(Type attrType)
parameter description
attrType Type of the attribute.

Return Value

The fields that have an attribute of the specified type.

See Also


RowFieldsBase.GetFieldsByAttribute<TAttr> method (2 of 2)

Gets the fields that have an attribute of the specified type.

public Field[] GetFieldsByAttribute<TAttr>()
    where TAttr : Attribute
parameter description
TAttr The type of the attribute.

Return Value

The fields that have an attribute of the specified type.

See Also