Edit

IGrainTypeProvider Interface

Definition

Associates a GrainType with a grain class.

public interface IGrainTypeProvider
type IGrainTypeProvider = interface
Public Interface IGrainTypeProvider
Derived

Methods

Name Description
TryGetGrainType(Type, GrainType)

Returns the grain type corresponding to the class identified by type.

Applies to