Axiom.Scripting.ScriptablePropertyAttribute.ScriptablePropertyAttribute C# (CSharp) Метод

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

public ScriptablePropertyAttribute ( string scriptPropertyName, string description, Type owner ) : System
scriptPropertyName string
description string
owner System.Type
Результат System
		public ScriptablePropertyAttribute( string scriptPropertyName, string description, Type owner )
		{
			ScriptPropertyName = scriptPropertyName;
		}
	}

Same methods

ScriptablePropertyAttribute::ScriptablePropertyAttribute ( string scriptPropertyName ) : System
ScriptablePropertyAttribute::ScriptablePropertyAttribute ( string scriptPropertyName, string description ) : System
ScriptablePropertyAttribute