public CsdlSemanticsFunctionBase(CsdlSemanticsSchema context, CsdlFunctionBase functionBase) : base(functionBase)
 {
     this.returnTypeCache = new Cache <CsdlSemanticsFunctionBase, IEdmTypeReference>();
     this.parametersCache = new Cache <CsdlSemanticsFunctionBase, IEnumerable <IEdmFunctionParameter> >();
     this.context         = context;
     this.functionBase    = functionBase;
 }
예제 #2
0
 public CsdlSemanticsFunctionBase(CsdlSemanticsSchema context, CsdlFunctionBase functionBase)
     : base(functionBase)
 {
     this.context      = context;
     this.functionBase = functionBase;
 }