Files
FileFlowsPlugins/MetaNodes/ThirdParty/TheMovieDbWrapper/Shims/ImportingConstructorAttribute.cs
T
2023-09-28 19:23:01 +13:00

6 lines
150 B
C#

namespace DM.MovieApi.Shims;
[AttributeUsage( AttributeTargets.Constructor )]
internal sealed class ImportingConstructorAttribute : Attribute
{ }