Ancestry.Daisy.Tests.TestObjects.EmptyCommentDocumentation.ForMethod C# (CSharp) Method

ForMethod() public method

public ForMethod ( MethodInfo methodInfo ) : MethodDocumentation
methodInfo System.Reflection.MethodInfo
return Ancestry.Daisy.Documentation.MethodDocumentation
        public MethodDocumentation ForMethod(MethodInfo methodInfo)
        {
            return null;
        }
EmptyCommentDocumentation