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>