class InternalsVisibleToAttribute
in global :: System . Runtime . CompilerServices
Specifies that types that are ordinarily visible only within the current assembly are visible to a specified assembly.
public bool AllInternalsVisible { get; set; }
This property is not implemented.
- Returns This property does not return a value.
public string AssemblyName { get; }
Gets the name of the friend assembly to which all types and type members that are marked with the keyword are to be made visible.
- Returns A string that represents the name of the friend assembly.
public object TypeId { get; }
😔 No documentation found.