@@ -510,22 +510,19 @@ public Type M6(Type t)
510
510
// the content based model generation is able to produce flow summaries for them.
511
511
public class HigherOrderParameters
512
512
{
513
- // neutral=Models;HigherOrderParameters;M1;(System.String,System.Func<System.String,System.String>);summary;df-generated
514
513
// contentbased-summary=Models;HigherOrderParameters;false;M1;(System.String,System.Func<System.String,System.String>);;Argument[0];ReturnValue;value;dfc-generated
515
514
public string M1 ( string s , Func < string , string > map )
516
515
{
517
516
return s ;
518
517
}
519
518
520
- // neutral=Models;HigherOrderParameters;Apply;(System.Func<System.Object,System.Object>,System.Object);summary;df-generated
521
519
// contentbased-summary=Models;HigherOrderParameters;false;Apply;(System.Func<System.Object,System.Object>,System.Object);;Argument[1];Argument[0].Parameter[0];value;dfc-generated
522
520
// contentbased-summary=Models;HigherOrderParameters;false;Apply;(System.Func<System.Object,System.Object>,System.Object);;Argument[0].ReturnValue;ReturnValue;value;dfc-generated
523
521
public object Apply ( Func < object , object > f , object o )
524
522
{
525
523
return f ( o ) ;
526
524
}
527
525
528
- // neutral=Models;HigherOrderParameters;Apply2;(System.Object,System.Func<System.Object,System.Object,System.Object>);summary;df-generated
529
526
// contentbased-summary=Models;HigherOrderParameters;false;Apply2;(System.Object,System.Func<System.Object,System.Object,System.Object>);;Argument[0];Argument[1].Parameter[1];value;dfc-generated
530
527
// contentbased-summary=Models;HigherOrderParameters;false;Apply2;(System.Object,System.Func<System.Object,System.Object,System.Object>);;Argument[1].ReturnValue;ReturnValue;value;dfc-generated
531
528
public object Apply2 ( object o , Func < object , object , object > f )
@@ -534,7 +531,6 @@ public object Apply2(object o, Func<object, object, object> f)
534
531
return x ;
535
532
}
536
533
537
- // neutral=Models;HigherOrderParameters;Apply;(System.Action<System.Object>,System.Object);summary;df-generated
538
534
// contentbased-summary=Models;HigherOrderParameters;false;Apply;(System.Action<System.Object>,System.Object);;Argument[1];Argument[0].Parameter[0];value;dfc-generated
539
535
public void Apply ( Action < object > a , object o )
540
536
{
@@ -544,7 +540,6 @@ public void Apply(Action<object> a, object o)
544
540
545
541
public static class HigherOrderExtensionMethods
546
542
{
547
- // neutral=Models;HigherOrderExtensionMethods;Select<TSource,TResult>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TResult>);summary;df-generated
548
543
// contentbased-summary=Models;HigherOrderExtensionMethods;false;Select<TSource,TResult>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TResult>);;Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated
549
544
// contentbased-summary=Models;HigherOrderExtensionMethods;false;Select<TSource,TResult>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TResult>);;Argument[1].ReturnValue;ReturnValue.Element;value;dfc-generated
550
545
public static IEnumerable < TResult > Select < TSource , TResult > (
@@ -661,11 +656,13 @@ public override string Id(string x)
661
656
662
657
public interface IPublic3
663
658
{
659
+ // neutral=Models;Inheritance+IPublic3;get_Prop;();summary;df-generated
664
660
string Prop { get ; }
665
661
}
666
662
667
663
public abstract class D : IPublic3
668
664
{
665
+ // neutral=Models;Inheritance+D;get_Prop;();summary;df-generated
669
666
public abstract string Prop { get ; }
670
667
}
671
668
@@ -826,7 +823,6 @@ public void SetChainBegin(string v)
826
823
chainBegin = v ;
827
824
}
828
825
829
- // neutral=Models;SyntheticFields;CopyChainValue;();summary;df-generated
830
826
// contentbased-summary=Models;SyntheticFields;false;CopyChainValue;();;Argument[this].SyntheticField[Models.SyntheticFields.chainBegin];Argument[this].SyntheticField[Models.SyntheticFields.chainEnd];value;dfc-generated
831
827
public void CopyChainValue ( )
832
828
{
@@ -933,6 +929,7 @@ public class Fanout
933
929
934
930
public abstract class Base1
935
931
{
932
+ // neutral=Models;Fanout+Base1;GetValue;();summary;df-generated
936
933
public abstract string GetValue ( ) ;
937
934
}
938
935
0 commit comments