Docu.Documentation.MethodParameter.MethodParameter C# (CSharp) Méthode

MethodParameter() public méthode

public MethodParameter ( string name, IReferencable reference )
name string
reference IReferencable
        public MethodParameter(string name, IReferencable reference)
            : base(new NullIdentifier(name))
        {
            Reference = reference;
        }
MethodParameter