BudgetAnalyser.Engine.UnitTest.TestData.LedgerBookTestData.SetEntriesForTesting C# (CSharp) Метод

SetEntriesForTesting() статический приватный Метод

static private SetEntriesForTesting ( this line, List entries ) : LedgerEntryLine
line this
entries List
Результат BudgetAnalyser.Engine.Ledger.LedgerEntryLine
        internal static LedgerEntryLine SetEntriesForTesting(this LedgerEntryLine line, List<LedgerEntry> entries)
        {
            PrivateAccessor.SetProperty(line, "Entries", entries);
            return line;
        }