public string this[AIMField field] { get { int index = (int)field; if (index < _aimLength) { return(_aimData[index]); } return(null); } }
public string this[AIMField field] { get { int index = (int)field; if (index < _aimLength) return _aimData[index]; return null; } }