Click or drag to resize

CacheableValueSetterGetAffectedType Method

Setters set values on other types of objects. This method can be used to know what Type of object the setter modifies. This method should be hidden with the "new" keyword in classes further down the inheritance tree.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Type GetAffectedType()

Return Value

Type: Type
Null, unless the inheriting class specifically hides this.
See Also