CSE.Content.EnumTest.ReturnEnumIntCast C# (CSharp) Method

ReturnEnumIntCast() private method

private ReturnEnumIntCast ( TestEnumType testEnumType ) : int
testEnumType TestEnumType
return int
		int ReturnEnumIntCast(TestEnumType testEnumType) {
			return (int)testEnumType;
		}
	}