Api Filter
struct

Filter

public sealed struct Filter

Constructors

Filter(FilterType type, Predicate<Connection> predicate)
Filter(FilterType type, IEnumerable<Connection> connections)

Methods

Boolean IsRecipient(Connection connection)

Is the specified Connection a valid recipient?

Assembly: Sandbox.Engine Declaring Type: Connection Full Name: Sandbox.Connection.Filter