Click or drag to resize

ConnectionIRegistryAll Property

Return a list of the ProtocolHeads (and the key addresses used) present in the repository.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
IEnumerable<Tuple<ProtocolAddress, List<ProtocolHead>>> All { get; }

Property Value

Type: IEnumerableTupleProtocolAddress, ListProtocolHead
See Also