Class DefaultNetObjectViewerCollection
Inheritance
System.Object
DefaultNetObjectViewerCollection
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public class DefaultNetObjectViewerCollection : HashSet<INetObjectViewer>, INetObjectViewerCollection, IEnumerable<INetObjectViewer>, IEnumerable
Constructors
DefaultNetObjectViewerCollection()
Declaration
public DefaultNetObjectViewerCollection()
Explicit Interface Implementations
INetObjectViewerCollection.Add(INetObjectViewer)
Declaration
bool INetObjectViewerCollection.Add(INetObjectViewer viewer)
Parameters
Type | Name | Description |
---|---|---|
INetObjectViewer | viewer |
Returns
Type | Description |
---|---|
System.Boolean |
INetObjectViewerCollection.Remove(INetObjectViewer)
Declaration
bool INetObjectViewerCollection.Remove(INetObjectViewer viewer)
Parameters
Type | Name | Description |
---|---|---|
INetObjectViewer | viewer |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable