AIMA.Core.Agent.Impl.DynamicAction.describeType C# (CSharp) Method

describeType() public method

public describeType ( ) : System.String
return System.String
	public System.String describeType() {
		return this.GetType().Name;
	}
}