Bagikan melalui


ResourceConfig<TModel>.IEntityConfig.Accept<TContext,TResult> Method

Definition

TResult IEntityConfig.Accept<TContext,TResult> (Microsoft.Azure.Commands.Common.Strategies.IEntityConfigVisitor<TContext,TResult> visitor, TContext context);
abstract member Microsoft.Azure.Commands.Common.Strategies.IEntityConfig.Accept : Microsoft.Azure.Commands.Common.Strategies.IEntityConfigVisitor<'Context, 'Result> * 'Context -> 'Result
override this.Microsoft.Azure.Commands.Common.Strategies.IEntityConfig.Accept : Microsoft.Azure.Commands.Common.Strategies.IEntityConfigVisitor<'Context, 'Result> * 'Context -> 'Result
Function Accept(Of TContext, TResult) (visitor As IEntityConfigVisitor(Of TContext, TResult), context As TContext) As TResult Implements IEntityConfig.Accept

Type Parameters

TContext
TResult

Parameters

context
TContext

Returns

TResult

Implements

Applies to