Table of Contents

Class CommandLineParser.NameAttribute

Namespace
MonoGame.Effect
Assembly
MonoGame.Framework.Content.Pipeline.dll
[AttributeUsage(AttributeTargets.Field)]
public class CommandLineParser.NameAttribute : Attribute
Inheritance
CommandLineParser.NameAttribute
Derived
Inherited Members

Constructors

NameAttribute(string)

public NameAttribute(string name)

Parameters

name string

NameAttribute(string, string)

public NameAttribute(string name, string description)

Parameters

name string
description string

Properties

Description

public string Description { get; protected set; }

Property Value

string

Name

public string Name { get; }

Property Value

string