C# Класс TypeReferenceExtensions, realm-dotnet

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetAssemblyName ( this @this ) : string
IsDescendedFrom ( this @this, TypeReference @base ) : bool
IsSameAs ( this @this, TypeReference other ) : bool

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

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

public static GetAssemblyName ( this @this ) : string
@this this
Результат string

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

public static IsDescendedFrom ( this @this, TypeReference @base ) : bool
@this this
@base TypeReference
Результат bool

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

public static IsSameAs ( this @this, TypeReference other ) : bool
@this this
other TypeReference
Результат bool