请问这段申明是什么意思set of(10分)

  • 主题发起人 主题发起人 wxj9527
  • 开始时间 开始时间
W

wxj9527

Unregistered / Unconfirmed
GUEST, unregistred user!
TNormalizedOptions = (noUppercase, noReplaceSpaceWithUnderscore, noReplaceSeparatorWithBlank);
TNormalizedOptionsSet = set of TNormalizedOptions;
 
set of 一般怎么用?
 
集合,可包含一个或多个集合中的元素,也可以一个都不包含,使用关键字[]
 
和枚举有什么区别
 
TNormalizedOptionsSet 可以是[]..[noUppercase, noReplaceSpaceWithUnderscore, noReplaceSeparatorWithBlank]
TNormalizedOptions只能是noUppercase, noReplaceSpaceWithUnderscore, noReplaceSeparatorWithBlank其中之一
 
多人接受答案了。
 

Similar threads

后退
顶部