C# 클래스 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.
상속: Object
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToString ( ) : string

Converts the Property into a string.

보호된 메소드들

메소드 설명
PropertiesToString ( ) : string

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

메소드 상세

PropertiesToString() 보호된 메소드

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

ToString() 공개 메소드

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