static MethodCalculateExtensions()
 {
     _contract = GeneralizedMethodBuilder.GetContract <MethodCalculate <A> >();
 }
예제 #2
0
 static MethodDo21Extensions()
 {
     _contract = GeneralizedMethodBuilder.GetContract <MethodDo21 <A2, A1> >();
 }
예제 #3
0
 static MethodGetCharacterExtensions()
 {
     _contract = GeneralizedMethodBuilder.GetContract <MethodGetCharacter>();
 }
예제 #4
0
 static MethodDo12Extensions()
 {
     _contract = GeneralizedMethodBuilder.GetContract <MethodDo12 <A1, A2> >();
 }
예제 #5
0
 static MethodDoExtensions()
 {
     _contract = GeneralizedMethodBuilder.GetContract <MethodDo <A> >();
 }