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