Aura.Channel.Scripting.Scripts.DialogSelectItem.DialogSelectItem C# (CSharp) Метод

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

public DialogSelectItem ( string title, string caption, string tags ) : Aura.Mabi
title string
caption string
tags string
Результат Aura.Mabi
		public DialogSelectItem(string title, string caption, string tags)
		{
			this.Title = title;
			this.Caption = caption;
			this.Tags = tags;
		}