コード例 #1
0
ファイル: non-delegate.cs プロジェクト: cubeme/ssharp
        public M9()
        {
            var x = new X9();

            Bind <object>(nameof(x.N), nameof(x.M));
            Bind <Component>(nameof(x.N), nameof(x.M));
        }
コード例 #2
0
ファイル: non-delegate.cs プロジェクト: isse-augsburg/ssharp
		public M9()
		{
			var x = new X9();
			Bind<object>(nameof(x.N), nameof(x.M));
			Bind<Component>(nameof(x.N), nameof(x.M));
		}