Delegate IfcSelectTInTOut

IfcSelect<TIn,TOut> delegate

IfcSelect

public delegate TOut IfcSelect<TIn, TOut>(TIn @in);
ParameterTypeDescription
inTInThe in.

See Also