Added CorrespondingTypeAttribute.EncodingType property to allow for encoding as part of a conversion.

pull/250/head
dahall 2021-08-17 11:06:35 -06:00
parent d5c62d1dfc
commit b864f19066
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ namespace Vanara.InteropServices
/// <value>The action allowed for the type.</value>
public CorrespondingAction Action { get; }
/// <summary>Gets or sets the optional encoding type associated with the corresponding type.</summary>
/// <value>The encoding type.</value>
public Type EncodingType { get; set; }
/// <summary>Gets the type that corresponds to this enumeration value.</summary>
/// <value>The type that corresponds to this enumeration value.</value>
public Type TypeRef { get; }