聲明
func FilterEntity(must TypeOrTypeList, not TypeOrTypeList, any TypeOrTypeList) List<entity<Entity>>
go
參數
輸入
名稱 | 類型 | 描述 |
---|---|---|
必須包含 | TypeOrListType | 篩選結果必須包含這個參數內輸入的類型 |
必須不包含 | TypeOrListType | 篩選結果必須不包含這個參數內輸入的類型 |
任何 | TypeOrListType | 篩選結果至少包含這個參數內輸入的類型之一 |
返回
類型 | 描述 |
---|---|
ListT_Entity | 篩選結果實體列表 |