Table of Contents

Class NullablePrimitiveAttributeSpecificationBase<TValue, TSelf>

Namespace
The.Search
Assembly
Instagile.dll
public abstract class NullablePrimitiveAttributeSpecificationBase<TValue, TSelf> : PrimitiveAttributeSpecificationBase<TValue?, TSelf>, IAttributeSpecification where TValue : struct where TSelf : NullablePrimitiveAttributeSpecificationBase<TValue, TSelf>, new()

Type Parameters

TValue
TSelf
Inheritance
NullablePrimitiveAttributeSpecificationBase<TValue, TSelf>
Implements
Derived
Inherited Members

Methods

In(IEnumerable<TValue>)

public TSelf In(IEnumerable<TValue> others)

Parameters

others IEnumerable<TValue>

Returns

TSelf

IsNull()

public override TSelf IsNull()

Returns

TSelf