C# Class ValidationResult, UnityDecompiled

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
CompilerMessages IEnumerable
Rule IValidationRule
Success bool

Property Details

CompilerMessages public property

public IEnumerable CompilerMessages
return IEnumerable

Rule public property

public IValidationRule Rule
return IValidationRule

Success public property

public bool Success
return bool