SampleAttribute Class

Namespace
GitReleaseManager.Core.Attributes
Base Types
  • object
  • Attribute
graph BT Type-->Base0["Attribute"] Base0-->Base1["object"] Type["SampleAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class SampleAttribute : Attribute

Attributes

Type Description
AttributeUsageAttribute

Constructors

Properties

Name Value Summary
Value object
GitHub