C# Класс ColladaXna.Base.AddressExtensions

Extensions for classes that implement IAddress
Показать файл Открыть проект

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

Метод Описание
Equals ( this address, IAddress other ) : bool

Determines if two addresses are equal

GetAddressPart ( this address, string name ) : string

Returns a part of the address as specified by given name: "name" returns the "name" attribute "idref" or "id" returns the "id" attribtue "sidref" or "sid" returns the "sid" attribute

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

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

Determines if two addresses are equal
public static Equals ( this address, IAddress other ) : bool
address this An address
other IAddress Another address
Результат bool

GetAddressPart() публичный статический Метод

Returns a part of the address as specified by given name: "name" returns the "name" attribute "idref" or "id" returns the "id" attribtue "sidref" or "sid" returns the "sid" attribute
Does only accept above mentioned names
public static GetAddressPart ( this address, string name ) : string
address this
name string
Результат string