HCI 2012

Search
Skip to content
  • Sample Page
C# Programming

C# DataType

September 9, 2012 kpark Leave a comment

Boolean (bool)

BoolType.cs

Character (char)

CharType.cs

Enumeration (enum)

EnumType.cs

Numeric (int, long, float, double, decimal, etc)

NumericType.cs

String
StringType.cs

Object
ObjectType.cs

Struct
StructType.cs

ArrayTest
ArrayTest.cs

StructTest
StructTest.cs


int, float, double, char, bool
http://www.hoons.kr/Lecture/LectureMain.aspx?BoardIdx=151&kind=4&view=0


enum, struct
http://www.hoons.kr/Lecture/LectureMain.aspx?BoardIdx=48206&kind=53&view=0
http://www.hoons.kr/Lecture/LectureMain.aspx?BoardIdx=152&kind=4&view=0
http://csharpstudy.com/CSharp/CSharp-struct.aspx

string
http://www.hoons.kr/Lecture/LectureMain.aspx?BoardIdx=48205&kind=53&view=0

System.Object
http://www.hoons.kr/Lecture/LectureMain.aspx?BoardIdx=155&kind=4&view=0

Generics (C# 2.0)
http://www.hoons.kr/Lecture/LectureMain.aspx?BoardIdx=153&kind=4&view=0

Nullable (C# 2.0)
http://csharpstudy.com/CSharp/CSharp-datatype.aspx

var (implicit type) (C# 3.0)
http://msdn.microsoft.com/ko-kr/library/bb383973.aspx

Post navigation

Previous Postlecture3Next PostValue Type vs Reference Type

Leave a Reply Cancel reply

You must be logged in to post a comment.

Just another Kyoung Shin Park’s Lectures Sites site

Recent Posts

  • PersonListViewXMLSerializer
  • XMLElement & XMLAttribute
  • XML Serialization Tutorial
  • Serialization
  • lecture12

Recent Comments

    Archives

    • December 2012
    • November 2012
    • October 2012
    • September 2012

    Categories

    • C# Programming
    • Homework
    • Lecture Note
    • Q&A

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    Proudly powered by WordPress