diff --git a/Core/InteropServices/CorrespondingTypeAttribute.cs b/Core/InteropServices/CorrespondingTypeAttribute.cs index 8e497ebb..0df60f3c 100644 --- a/Core/InteropServices/CorrespondingTypeAttribute.cs +++ b/Core/InteropServices/CorrespondingTypeAttribute.cs @@ -53,6 +53,10 @@ namespace Vanara.InteropServices /// The action allowed for the type. public CorrespondingAction Action { get; } + /// Gets or sets the optional encoding type associated with the corresponding type. + /// The encoding type. + public Type EncodingType { get; set; } + /// Gets the type that corresponds to this enumeration value. /// The type that corresponds to this enumeration value. public Type TypeRef { get; }