MetaAccessor<TEntity,TMember>.SetValue(TEntity, TMember) Method
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.
Specifies an instance on which to set the strongly typed value.
public:
abstract void SetValue(TEntity % instance, TMember value);
public abstract void SetValue (ref TEntity instance, TMember value);
abstract member SetValue : 'Entity * 'Member -> unit
Public MustOverride Sub SetValue (ByRef instance As TEntity, value As TMember)
Parameters
- instance
- TEntity
The instance into which to set the value.
- value
- TMember
The strongly typed value to set.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.