Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
sep24images
Areas
HelpPage
ObjectGenerator.SimpleTypeObjectGenerator
C# 클래스 sep24images.Areas.HelpPage.ObjectGenerator.SimpleTypeObjectGenerator
파일 보기
프로젝트 열기: peteratseneca/dps907fall2013
공개 메소드들
메소드
설명
CanGenerateObject
(
Type
type
) :
bool
GenerateObject
(
Type
type
) :
object
비공개 메소드들
메소드
설명
InitializeGenerators
( ) :
Dictionary
>
메소드 상세
CanGenerateObject()
공개
정적인
메소드
public
static
CanGenerateObject
(
Type
type
) :
bool
type
System.Type
리턴
bool
GenerateObject()
공개
메소드
public
GenerateObject
(
Type
type
) :
object
type
System.Type
리턴
object