public sealed class FrameRow : IReadOnlyDictionary<string, Object>,
IEnumerable<KeyValuePair<string, Object>>, IEnumerable,
IReadOnlyCollection<KeyValuePair<string, Object>>, IReadOnlyList<Object>,
IEnumerable<Object>, IReadOnlyCollection<Object>Public NotInheritable Class FrameRow
Implements IReadOnlyDictionary(Of String, Object),
IEnumerable(Of KeyValuePair(Of String, Object)), IEnumerable,
IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IReadOnlyList(Of Object),
IEnumerable(Of Object), IReadOnlyCollection(Of Object)public ref class FrameRow sealed : IReadOnlyDictionary<String^, Object^>,
IEnumerable<KeyValuePair<String^, Object^>>, IEnumerable,
IReadOnlyCollection<KeyValuePair<String^, Object^>>, IReadOnlyList<Object^>,
IEnumerable<Object^>, IReadOnlyCollection<Object^>[<SealedAttribute>]
type FrameRow =
class
interface IReadOnlyDictionary<string, Object>
interface IEnumerable<KeyValuePair<string, Object>>
interface IEnumerable
interface IReadOnlyCollection<KeyValuePair<string, Object>>
interface IReadOnlyList<Object>
interface IEnumerable<Object>
interface IReadOnlyCollection<Object>
end| Count | Gets the number of columns in the row. |
| ItemInt32 | Gets the value of the column with the given index. |
| ItemString | Gets the value of the column with the given name. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetIndexOf | Gets the index of the column with the given name. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToDictionary | Returns a dictionary containing the row data. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |