コード例 #1
0
	public void Properties ()
	{
		CharAnimationBasePoker poker = new CharAnimationBasePoker ();
		Assert.AreEqual (typeof (char), poker.TargetPropertyType);
	}
コード例 #2
0
        public void Properties()
        {
            CharAnimationBasePoker poker = new CharAnimationBasePoker();

            Assert.AreEqual(typeof(char), poker.TargetPropertyType);
        }