BarSeries.First Property

Gets the first.
public Bar First {get;}
This language is not supported or no code example is available.
public:  
property Bar^ First { 
Bar^ get( ); 
}
This language is not supported or no code example is available.
public function get First() : Bar;
This language is not supported or no code example is available.

Property Value

Bar

The first.

Exception type Condition

ApplicationException

Array has no elements

In this article

Definition