LongArray


LongArray

The LongArray is an array that ...

Code example

public BooleanMethodCall ContinueOrNot(EnumArray<InvoiceTypes> invoiceTypes)
{
   return BooleanMethod(() => new Body
   {
       new If(SelectedInvoices.Any(p => 
           (invoiceTypes.Length.IsEqualTo(0))))
       {
         new Return(false)
       },

       new Return(true)
   }, invoiceTypes);
}

 



Article ID: 114
Created: Thu, Aug 22, 2019
Last Updated: Thu, Aug 22, 2019

Online URL: https://wiki-ai-framework.abstract-it.nl/article/longarray-114.html