NuGet.Test.Mocks.MockProjectSystem.GetPropertyValue C# (CSharp) 메소드

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string propertyName ) : dynamic
propertyName string
리턴 dynamic
        public virtual dynamic GetPropertyValue(string propertyName)
        {
            return null;
        }