C# Класс SimpleFramework.Xml.Core.ClassType

The ClassType object is used to represent a type that is neither a field or method. Such a type is used when an object is to be used to populate a collection. In such a scenario there is no method or field annotations associated with the object.
Наследование: System.Type
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClassType ( Class type ) : SimpleFramework.Xml.Strategy

Constructor for the ClassType object. This will create a type used to represent a stand alone object, such as an object being inserted in to a Java collection.

ToString ( ) : String

This is used to describe the type as it exists within the owning class. This is used to provide error messages that can be used to debug issues that occur when processing.

Приватные методы

Метод Описание
getAnnotation ( Class type ) : T

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

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

Constructor for the ClassType object. This will create a type used to represent a stand alone object, such as an object being inserted in to a Java collection.
public ClassType ( Class type ) : SimpleFramework.Xml.Strategy
type Class /// this is the class that this type represents ///
Результат SimpleFramework.Xml.Strategy

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

This is used to describe the type as it exists within the owning class. This is used to provide error messages that can be used to debug issues that occur when processing.
public ToString ( ) : String
Результат String