Documented WrapperTypes enum.

This commit is contained in:
Jarl Gullberg 2017-07-30 18:54:43 +02:00
parent 8bd4de42a7
commit 7c85903456
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -13,6 +13,10 @@ using Enum=Bind.Structures.Enum;
namespace Bind namespace Bind
{ {
/// <summary>
/// Defines different types of parameter wrapper identifiers, which are used for hinting at how the method
/// signatures should be generated.
/// </summary>
[Flags] [Flags]
public enum WrapperTypes public enum WrapperTypes
{ {