Documented WrapperTypes enum.
This commit is contained in:
parent
8bd4de42a7
commit
7c85903456
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ using Enum=Bind.Structures.Enum;
|
|||
|
||||
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]
|
||||
public enum WrapperTypes
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue