Table of Contents

Class ObjectCheck<TObject>

Namespace
Glitch9.IO.Networking
public class ObjectCheck<TObject> where TObject : class, new()

Type Parameters

TObject
Inheritance
ObjectCheck<TObject>
Inherited Members
Extension Methods

Constructors

ObjectCheck(Func<TObject, bool>, string)

public ObjectCheck(Func<TObject, bool> check, string exceptionMessage)

Parameters

check Func<TObject, bool>
exceptionMessage string

Properties

Check

public Func<TObject, bool> Check { get; }

Property Value

Func<TObject, bool>

ExceptionMessage

public string ExceptionMessage { get; }

Property Value

string