Emotiv Experimenter 1.0
An EEG experimentation application for the Emotiv headset
Properties

System.Collections.Generic.IArray< T > Interface Template Reference

An interface for an array-like class. More...

Inheritance diagram for System.Collections.Generic.IArray< T >:
System.Collections.Generic.IArrayView< T >

List of all members.

Properties

new T this [int index] [get, set]
 Get or set the element at index.

Detailed Description

template<T>
interface System::Collections::Generic::IArray< T >

An interface for an array-like class.


Property Documentation

template<T >
new T System.Collections.Generic.IArray< T >.this[int index] [get, set]

Get or set the element at index.

Implements System.Collections.Generic.IArrayView< T >.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events