public sealed class FrameRowCollection : IReadOnlyCollection<FrameRow>, 
	IEnumerable<FrameRow>, IEnumerable, IReadOnlyList<FrameRow>Public NotInheritable Class FrameRowCollection
	Implements IReadOnlyCollection(Of FrameRow), IEnumerable(Of FrameRow), 
	IEnumerable, IReadOnlyList(Of FrameRow)public ref class FrameRowCollection sealed : IReadOnlyCollection<FrameRow^>, 
	IEnumerable<FrameRow^>, IEnumerable, IReadOnlyList<FrameRow^>[<SealedAttribute>]
type FrameRowCollection = 
    class
        interface IReadOnlyCollection<FrameRow>
        interface IEnumerable<FrameRow>
        interface IEnumerable
        interface IReadOnlyList<FrameRow>
    end| 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)  | 
| GetType | Gets the Type of the current instance. (Inherited from Object)  | 
| ToString | Returns a string that represents the current object. (Inherited from Object)  |