C# Класс Batman.MVC.Assets.Asset

Contains data about an individual asset
Наследование: IAsset
Показать файл Открыть проект

Открытые методы

Метод Описание
Asset ( string Path ) : System

Constructor

Equals ( object obj ) : bool

Determines if the two objects are equal

GetHashCode ( ) : int

Gets the hash code

ToString ( ) : string

Gets the string version of the asset

Описание методов

Asset() публичный Метод

Constructor
public Asset ( string Path ) : System
Path string Path to the asset
Результат System

Equals() публичный Метод

Determines if the two objects are equal
public Equals ( object obj ) : bool
obj object Object to compare to
Результат bool

GetHashCode() публичный Метод

Gets the hash code
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Gets the string version of the asset
public ToString ( ) : string
Результат string