C# 클래스 BookManagement.Models.CustomProperties

파일 보기 프로젝트 열기: hiepbh/Assignment 1 사용 예제들

공개 메소드들

메소드 설명
GetProperty ( string p ) : string
WriteProperty ( string name, string value ) : bool

메소드 상세

GetProperty() 공개 정적인 메소드

public static GetProperty ( string p ) : string
p string
리턴 string

WriteProperty() 공개 정적인 메소드

public static WriteProperty ( string name, string value ) : bool
name string
value string
리턴 bool