GrainProperties
class
Namespace: Orleans.Metadata
Information about a logical grain type
GrainType. [Orleans.GenerateSerializer][Orleans.Immutable]public sealed class GrainProperties : IEquatable<GrainProperties>Constructors
GrainProperties(ImmutableDictionary<string, string>)Initializes a new instance of theGrainPropertiesclass.
Properties
PropertiesGets the properties.
Methods
Equals(GrainProperties?)Indicates whether the current object is equal to another object of the same type.Equals(object?)Determines whether the specified object is equal to the current object.GetHashCodeServes as the default hash function.ToDetailedStringReturns a detailed, string representation of this instance.
