SimpleFramework.Xml.Core.Builder.GetParameter C# (CSharp) Метод

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

This is used to acquire the named Parameter from the builder. A parameter is taken from the constructor which contains annotations for each object that is required. These parameters must have a matching field or method.
public GetParameter ( String name ) : Parameter
name String /// this is the name of the parameter to be acquired ///
Результат Parameter
      public Parameter GetParameter(String name) {
         return index.get(name);
      }
      /// <summary>