Table of Contents

Class SeparatorAttribute

Namespace
Global
Assembly
Assembly-CSharp.dll
public class SeparatorAttribute : PropertyAttribute
Inheritance
SeparatorAttribute

Constructors

SeparatorAttribute()

public SeparatorAttribute()

SeparatorAttribute(string, bool)

public SeparatorAttribute(string title, bool withOffset = false)

Parameters

title string
withOffset bool

Fields

Title

public readonly string Title

Field Value

string

WithOffset

public readonly bool WithOffset

Field Value

bool