A collection of contact sets.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)
Syntax
| C# |
|---|
[ObfuscationAttribute(Feature = "controlflow")] public class ContactSetCollection : ICollection<ContactSet>, IEnumerable<ContactSet>, IEnumerable |
| Visual Basic |
|---|
<ObfuscationAttribute(Feature := "controlflow")> _ Public Class ContactSetCollection _ Implements ICollection(Of ContactSet), IEnumerable(Of ContactSet), _ IEnumerable |
| Visual C++ |
|---|
[ObfuscationAttribute(Feature = L"controlflow")] public ref class ContactSetCollection : ICollection<ContactSet^>, IEnumerable<ContactSet^>, IEnumerable |
Remarks
The contact sets in the collection are not necessarily stored in the same order as they were
added. Duplicate contact sets and nullNothingnullptra null reference (Nothing in Visual Basic) values must not be added to the
collection.