Delegate IfcPredicateT

IfcPredicate<T> delegate

IfcPredicate

public delegate bool IfcPredicate<T>(T arg);
ParameterTypeDescription
argTThe argument.

See Also