GrainTypeResolver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Associates a GrainType with a grain class.
public class GrainTypeResolver
type GrainTypeResolver = class
Public Class GrainTypeResolver
- Inheritance
-
GrainTypeResolver
Constructors
GrainTypeResolver(IEnumerable<IGrainTypeProvider>, TypeConverter) |
Initializes a new instance of the GrainTypeResolver class. |
Methods
GetGrainType(Type) |
Returns the grain type for the provided class. |