7 references to PropertyKind
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\CompilerServices\Utils.LateBinder.vb (7)
635Dim kind As PropertyKind = PropertyKind.ReadWrite 644kind = PropertyKind.ReadWrite 646kind = PropertyKind.ReadOnly 652kind = PropertyKind.WriteOnly 671If kind = PropertyKind.ReadOnly Then resultString &= "ReadOnly " 672If kind = PropertyKind.WriteOnly Then resultString &= "WriteOnly "