C# Class Alexandria.Engines.Unreal.Core.Property

A property object, which can be either a field of a type, a function argument, or a function return type.
Inheritance: Object
Afficher le fichier Open project: Burton-Radons/Alexandria

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ToString ( ) : string

Converts the Property into a string.

Méthodes protégées

Méthode Description
PropertiesToString ( ) : string

Converts the various property fields into a comma-delimited list.

Method Details

PropertiesToString() protected méthode

Converts the various property fields into a comma-delimited list.
protected PropertiesToString ( ) : string
Résultat string

ToString() public méthode

Converts the Property into a string.
public ToString ( ) : string
Résultat string