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

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

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

Same methods

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