Introduction to C#


SUBMITTED BY: k4852

DATE: April 1, 2016, 2:50 a.m.

FORMAT: ANTLR With C# Target

SIZE: 374 Bytes

HITS: 29502

  1. Hello Everybody
  2. Today I want to talk about Introduction to C#
  3. First Topic Variables=>
  4. Variables of C#
  5. Primitive Types
  6. PrimitiveTypeName ::= NumericTypeName | Boolean | Date | Char | String
  7. NumericTypeName ::= IntegralTypeName | FloatingPointTypeName | Decimal
  8. IntegralTypeName ::= Byte | Short | Integer | Long
  9. FloatingPointTypeName ::= Single | Double

comments powered by Disqus