System.Runtime.CompilerServices.DependencyAttribute.DependencyAttribute C# (CSharp) Метод

DependencyAttribute() публичный Метод

public DependencyAttribute ( String dependentAssemblyArgument, LoadHint loadHintArgument ) : System
dependentAssemblyArgument String
loadHintArgument LoadHint
Результат System
        public DependencyAttribute (
            String   dependentAssemblyArgument,
            LoadHint loadHintArgument
            )
        {
            dependentAssembly     = dependentAssemblyArgument;
            loadHint              = loadHintArgument;
        }
        
DependencyAttribute