signature (PN)~ The list of types involved in the definition of a method field property or local variable. For a method the signature includes its name number of parameters and their types the type it returns (if any) and its calling convention (default or vararg). The signature for a property is similar to that of a method. The signature for fields and local variables is simply their type (for example array [0..5] of int).
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 14 조회
- 목록
본문
signature (PN)~ The list of types involved in the definition of a method field property or local variable. For a method the signature includes its name number of parameters and their types the type it returns (if any) and its calling convention (default or vararg). The signature for a property is similar to that of a method. The signature for fields and local variables is simply their type (for example array [0..5] of int).