Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Monday, 26 August 2024
Enum C#
public
enum
BranchCode
{
Branch1=1,
Branch2,
Branch3
}
Console.Write(((
int
)BranchCode.Branch2));
Next Example
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment