Boo.BooLangProject.BooVSProject.GetUniqueFilename C# (CSharp) Method

GetUniqueFilename() public method

public GetUniqueFilename ( object pDispatch, string bstrRoot, string bstrDesiredExt ) : string
pDispatch object
bstrRoot string
bstrDesiredExt string
return string
        public string GetUniqueFilename(object pDispatch, string bstrRoot, string bstrDesiredExt)
        {
            throw new NotImplementedException();
        }