System.Runtime.CompilerServices.DependencyAttribute.DependencyAttribute C# (CSharp) Method

DependencyAttribute() public method

public DependencyAttribute ( String dependentAssemblyArgument, LoadHint loadHintArgument ) : System
dependentAssemblyArgument String
loadHintArgument LoadHint
return System
        public DependencyAttribute (
            String   dependentAssemblyArgument,
            LoadHint loadHintArgument
            )
        {
            dependentAssembly     = dependentAssemblyArgument;
            loadHint              = loadHintArgument;
        }
        
DependencyAttribute