Table of Contents

Class IconAttribute

Namespace
Shift.Constant
Assembly
Shift.Common.dll
[AttributeUsage(AttributeTargets.All)]
public class IconAttribute : Attribute
Inheritance
IconAttribute
Inherited Members
Extension Methods

Constructors

IconAttribute()

public IconAttribute()

IconAttribute(string)

public IconAttribute(string name)

Parameters

name string

Fields

Default

public static readonly IconAttribute Default

Field Value

IconAttribute

Properties

Name

public string Name { get; }

Property Value

string

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

IsDefaultAttribute()

public override bool IsDefaultAttribute()

Returns

bool