Table of Contents

Class CeresGroupAttribute

Namespace
Ceres.Annotations
Assembly
Ceres.Graph.dll

Class or methods are categorized in the editor dropdown menu. Can be sub-categorized with the '/' symbol.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, Inherited = false)]
public sealed class CeresGroupAttribute : Attribute
Inheritance
CeresGroupAttribute
Inherited Members

Constructors

CeresGroupAttribute(string)

public CeresGroupAttribute(string group)

Parameters

group string

Properties

Group

public string Group { get; }

Property Value

string