BaseCollectionSpecification<T, TType>.

CollectionElementCallMethodInfo Property

Summary

Method to call on candidate (collection) with CollectionElementSpecification.

Syntax

[PublicAPI]
[NotNull]
protected abstract MethodInfo CollectionElementCallMethodInfo { get; }

Attributes

Type Description
PublicAPI
NotNull

Value

Type Description
MethodInfo
GitHub