IAttributesProvider

Overview

IAttributesProvider is implemented by classes and interfaces to return the attribute list that member provides.

Location


Properties


AttributeCount

Returns the attribute count

 

property AttributeCount: Int32 read;

 

Int32 AttributeCount { get; }

 

var AttributeCount: Int32 { get{} }

 

Int32 AttributeCount { __get; }

 

ReadOnly Property AttributeCount() As Int32

Required Methods


GetAttribute

Returns an attribute by index

 

method GetAttribute(no: Int32): IAttribute

 

IAttribute GetAttribute(Int32 no)

 

func GetAttribute(_ no: Int32) -> IAttribute

 

IAttribute GetAttribute(Int32 no)

 

Function GetAttribute(no As Int32) As IAttribute

Parameters:

  • no: index