[NotNullAttribute]
List<string> LookupAssemblies { get; }
<NotNullAttribute>
ReadOnly Property LookupAssemblies As List(Of String)
Get
[NotNullAttribute]
property List<String^>^ LookupAssemblies {
List<String^>^ get ();
}
[<NotNullAttribute>]
abstract LookupAssemblies : List<string> with get