Ejemplo n.º 1
0
 public TestLinkerResult Visit <TCoercionParent>(ITypeCoercionMember <TCoercionParent> typeCoercion, ICompilationContext context) where TCoercionParent : ICoercibleType <ITypeCoercionUniqueIdentifier, ITypeCoercionMember <TCoercionParent>, TCoercionParent>
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 protected override ITypeCoercionMember <TType> ObtainWrapper(ITypeCoercionMember <TType> item)
 {
     return(new _TypeCoercionMember(original: item, parent: this.Parent));
 }
Ejemplo n.º 3
0
 public _TypeCoercionMember(ITypeCoercionMember <TType> original, TType parent)
     : base(original, parent)
 {
 }
Ejemplo n.º 4
0
 public TransformationKind Visit <TCoercionParent>(ITypeCoercionMember <TCoercionParent> typeCoercion, ITransformationContext context) where TCoercionParent : ICoercibleType <ITypeCoercionUniqueIdentifier, ITypeCoercionMember <TCoercionParent>, TCoercionParent>
 {
     throw new NotImplementedException();
 }