コード例 #1
0
ファイル: EnsuresFactory.cs プロジェクト: pmq20/mono_forked
 protected override Subroutine Factory <Label> (SimpleSubroutineBuilder <Label> builder, Label entry, Pair <Method, IImmutableSet <Subroutine> > data)
 {
     return(new EnsuresSubroutine <Label> (this.SubroutineFacade, data.Key, builder, entry, data.Value));
 }
コード例 #2
0
ファイル: SubroutineFactory.cs プロジェクト: raj581/Marvin
 protected abstract Subroutine Factory <Label> (SimpleSubroutineBuilder <Label> builder, Label entry, Data data);