- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Foundation 
- Interfaces
- 
									- IEnumerable
 
- Implementing Types
							graph BT
	Type-.->Interface0["IEnumerable"]
	Type["ISequence4"]
class Type type-node
	Implementing0["Collection4"]-.->Type
	click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/Collection4"
						
					Syntax
public interface ISequence4 : IEnumerableMethods
| Name | Value | Summary | 
|---|---|---|
| Add | bool | |
| AddAll | void | |
| Clear | void | |
| Contains | bool | |
| ContainsAll | bool | |
| Get | Object | |
| IsEmpty | bool | |
| Remove | bool | |
| Size | int | |
| ToArray | Object[] | |
| ToArray | Object[] |