C# 클래스 InfluenceMaximization.UserProfile

파일 보기 프로젝트 열기: IDEAL-Lab/CIM

공개 프로퍼티들

프로퍼티 타입 설명
id int
type int

공개 메소드들

메소드 설명
UserProfile ( int id, int type ) : System

메소드 상세

UserProfile() 공개 메소드

public UserProfile ( int id, int type ) : System
id int
type int
리턴 System

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

type 공개적으로 프로퍼티

public int type
리턴 int