コード例 #1
0
ファイル: LocusCreator.cs プロジェクト: ondrej11/o106
 protected override DependencyList InitExpectedDependencies()
 {
     return(DependencyList.Create <IPoint, PointOnFigure>());
 }
コード例 #2
0
ファイル: TranslationCreator.cs プロジェクト: ondrej11/o106
 protected override DependencyList InitExpectedDependencies()
 {
     return(DependencyList.Create <Point, Point, Point>());    // Using number of dependencies only.
 }
コード例 #3
0
 protected override DependencyList InitExpectedDependencies()
 {
     return(DependencyList.Create <IFigure, IPoint, ILengthProvider>());
 }
コード例 #4
0
ファイル: ReflectionCreator.cs プロジェクト: ondrej11/o106
 protected override DependencyList InitExpectedDependencies()
 {
     return(DependencyList.Create <Point, Point>());   // Not used.
 }