All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Net.5.0.Rosetta.Attributes.OneOf.cs Maven / Gradle / Ivy

The newest version!
namespace Rosetta.Lib.Attributes
{
    using System;

    /// 
    /// Specifies that only one of the properties of the class should ever be set.
    /// 
    [AttributeUsage(AttributeTargets.Class, Inherited = false)]
    public class OneOf : Attribute
    {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy