Neokernel API

Props.setCharacter Method

Sets the property key to a Character of the passed value.

public virtual void setCharacter(
   string key,
   char val
);

Parameters

key
The name of the property to set.
val
A char.

See Also

Props Class | com.neokernel.props Namespace