Table of Contents

Class Class1.Issue8696Attribute Preview

Namespace
BuildFromProject
Assembly
BuildFromProject.dll
public class Class1.Issue8696Attribute : Attribute

Inheritance

Inherited Members

Constructors

Issue8696Attribute(string?, int, int, string[]?, bool, Type?)

[Class1.Issue8696("Changes the name of the server in the server list", 0, 0, null, false, null)]
public Issue8696Attribute(string? description = null, int boundsMin = 0, int boundsMax = 0, string[]? validGameModes = null, bool hasMultipleSelections = false, Type? enumType = null)

Parameters

description string?
boundsMin int
boundsMax int
validGameModes string[]?
hasMultipleSelections bool
enumType Type?