IValueType Interface
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.
Represents a type to be used in the model.
public interface IValueType
type IValueType = interface
Public Interface IValueType
- Derived
Properties
Name |
Name used in the definition model. |
RunTimeType |
The Runtime type of the value |
TypeName |
The C# type name, which is used to generate code. |
Methods
GetCustomizedEqualityComparer(IValueTypeMetadata) |
Get a customized equality comparer. |