Skip to content

Commit

Permalink
add comment about what the MiniLcmInternalAttribute.cs is used for
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 11, 2024
1 parent 01106a4 commit 5ebbced
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
namespace MiniLcm.Attributes;

/// <summary>
/// For now this just controls whether the property should be serialized or not when leaving dotnet
/// </summary>
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, Inherited = true)]
public class MiniLcmInternalAttribute : Attribute
{
Expand Down

0 comments on commit 5ebbced

Please sign in to comment.