AppendIndex | 返回一个新的 PropertyPath,它将给定的 PropertyPath 和索引类型 PropertyPathPart 组合在一起。 |
AppendKey | 返回一个新的 PropertyPath,它将给定的 PropertyPath 和键类型 PropertyPathPart 组合在一起。 |
AppendName | 返回一个新的 PropertyPath,它将给定的 PropertyPath 和名称类型 PropertyPathPart 组合在一起。 |
AppendPart | 返回一个新的 PropertyPath,它将给定的 PropertyPath 和 PropertyPathPart 组合在一起。 |
AppendProperty | 返回一个新的 PropertyPath,它将给定的 PropertyPath 和 PropertyPathPart 组合在一起,其类型将基于属性接口。 |
Combine | 返回一个新的 PropertyPath,它将两个给定 PropertyPath 的部分组合在一起。 |
FromIndex | 从提供的索引返回一个新的 PropertyPath。 |
FromKey | 从提供的键返回一个新的 PropertyPath。 |
FromName | 从提供的名称返回一个新的 PropertyPath。 |
FromPart | 从提供的 PropertyPathPart 返回一个新的 PropertyPath。 |
Pop | 返回一个新的 PropertyPath,它将不包含最后一个 PropertyPathPart。 |
SubPath | 返回一个新的 PropertyPath,它包含从给定开始索引开始的 PropertyPathPart。 |