コード例 #1
0
        // private static ResourceHolder NewResourceHolder(TResourceObject r) => new ResourceHolder(r);

        public IEnumerable <Action <TInterestedHoldingParty> > GetLiveKeyListOfAsks() =>
        AllResourceHoldersThisCache.GetLiveKeys().Select(x => new Action <TInterestedHoldingParty>(x.AddKeyIfValueAvailable));
コード例 #2
0
 public TMechanicalResourceKey[] GetAllMechanicalResourcesBehindThisResult() => AllComponentMechanicalsThisResource.GetLiveKeys();