예제 #1
0
		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;
		}
 public CsdlSemanticsFunctionBase(CsdlSemanticsSchema context, CsdlFunctionBase functionBase)
     : base(functionBase)
 {
     this.context = context;
     this.functionBase = functionBase;
 }