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
显示文件 Open project: Burton-Radons/Alexandria

Private Properties

Property Type Description

Public Methods

Method Description
ToString ( ) : string

Converts the Property into a string.

Protected Methods

Method Description
PropertiesToString ( ) : string

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

Method Details

PropertiesToString() protected method

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

ToString() public method

Converts the Property into a string.
public ToString ( ) : string
return string